the bitrig natano_majnum branch has been created by natano.

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

commit 1f917216f835e980b1346467a9a7b5572d7fca2b
diff: https://github.com/bitrig/bitrig/commit/1f91721
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 bdevsw/cdevsw 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 556549408774a9cccae4d7d890a35d9881b587c2
diff: https://github.com/bitrig/bitrig/commit/5565494
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 it's 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