the bitrig natano_majnum branch has been created by natano.

it is 0 commits behind master, and 4 commits ahead.

commit ae32036470397f5e7a75e9870523c0d2b12ea926
diff: https://github.com/bitrig/bitrig/commit/ae32036
author: Martin Natano <[email protected]>
date: Sun Jan 11 18:09:04 2015 +0100

Change disk_gone to take a disk struct as argument.

So we don't have to find the device numbers in bdev/cdev when we alredy
know them.

M       sys/dev/ata/wd.c
M       sys/dev/tmpfsrd.c
M       sys/kern/subr_disk.c
M       sys/scsi/cd.c
M       sys/scsi/sd.c
M       sys/sys/disk.h

commit e9c18a3a46e2b2a43dfbc7bd07c5c7600afebf81
diff: https://github.com/bitrig/bitrig/commit/e9c18a3
author: Martin Natano <[email protected]>
date: Sun Jan 11 17:16:03 2015 +0100

Add blk/chr major number constants to <machine/conf.h>.

This allows us to remove various (insufficiently error checked) ad-hoc
hacks to find a driver's major number via the open function.
Configuration errors will now already show up at compile time.

M       sys/arch/amd64/amd64/conf.c
M       sys/arch/amd64/amd64/wscons_machdep.c
M       sys/arch/amd64/include/conf.h
M       sys/arch/arm/arm/conf.c
M       sys/arch/arm/include/conf.h
M       sys/dev/audio.c
M       sys/dev/gpio/gpio.c
M       sys/dev/ic/com.c
M       sys/dev/midi.c
M       sys/dev/pci/cz.c
M       sys/dev/radio.c
M       sys/dev/usb/ucom.c
M       sys/dev/usb/ugen.c
M       sys/dev/usb/uhid.c
M       sys/dev/usb/ulpt.c
M       sys/dev/video.c
M       sys/dev/wscons/wsdisplay.c
M       sys/dev/wscons/wskbd.c
M       sys/dev/wscons/wsmouse.c
M       sys/kern/tty_pty.c
M       sys/net/bpf.c
M       sys/scsi/st.c
M       sys/scsi/uk.c

commit c5276edc79c5da7beededb949123b73a1dadd0f8
diff: https://github.com/bitrig/bitrig/commit/c5276ed
author: Martin Natano <[email protected]>
date: Sun Jan 11 17:13:47 2015 +0100

uk(4) is not a block device.

M       sys/scsi/uk.c

commit afc12f4b4fefcbb3fb0196d55e362ea87e0b085f
diff: https://github.com/bitrig/bitrig/commit/afc12f4
author: Martin Natano <[email protected]>
date: Sun Jan 11 16:45:17 2015 +0100

Add missing include guard.

M       sys/arch/amd64/include/conf.h

Reply via email to