NetBSD/sys/dev
uch db344ecd7b fix PERSONA keymap. patch by KIYOHARA Takashi 2001-10-08 15:35:06 +00:00
..
acpi - Add an acpi_evaluate_string() to evaluate string objects. 2001-09-29 18:13:48 +00:00
arcbios Make the ARCS console work again, by initializing the dev_t on arcbios init 2001-09-08 01:39:11 +00:00
ata Correct various misspellings of 'transfer' and inflected forms. 2001-07-08 18:06:42 +00:00
bi "wierd" is weird. 2001-08-20 12:20:01 +00:00
cardbus remove a debug printf committed mistakenly. 2001-09-29 02:16:21 +00:00
dec fix typo in previous. 2001-09-24 01:29:06 +00:00
ebus make this "MI"; nothing different between this and the SPARC version. 2001-09-07 15:50:49 +00:00
eisa Give the cards a bit more time for initialization (closes PR 13947) 2001-09-14 13:46:42 +00:00
hpc fix PERSONA keymap. patch by KIYOHARA Takashi 2001-10-08 15:35:06 +00:00
i2c Only install headers which are actually used by our userland. This 2001-04-11 07:42:31 +00:00
i2o Make firmware updates work with dpti. 2001-09-27 18:43:37 +00:00
ic Fix various 2300 GB issues related to chip errata and documentation 2001-10-06 20:34:49 +00:00
ieee1394 Fix typo in printf format. 2001-09-18 16:11:00 +00:00
isa Add a new optional method, dev_ioctl, to the audio hardware driver interface. 2001-10-03 00:04:47 +00:00
isapnp Add a new optional method, dev_ioctl, to the audio hardware driver interface. 2001-10-03 00:04:47 +00:00
mca Don't spinlockinit a simple_lock; simple_lock_init it instead. 2001-09-03 18:13:13 +00:00
microcode Ulp! Open Wide! Another Firmware Enchilada! 2001-08-31 22:28:37 +00:00
mii ANSI'ify. 2001-08-25 18:04:01 +00:00
mscp Upon inspection of a 4000/600 dmesg, change the splbios to splubas. 2001-04-12 20:13:26 +00:00
news Move NEWS keymap file into MI place to share with news68k. 2001-01-25 13:13:59 +00:00
ofisa `existent', not `existant' 2001-06-19 13:42:07 +00:00
ofw Make compile with -Wmissing-prototype -Wstrict-prototypes 2001-08-26 02:49:18 +00:00
pci Respect QLogic's errata- read BIU_ISR even on the 2300 2001-10-06 20:33:24 +00:00
pckbc add power hook to PS/2 mouse driver; some mobile PCs has 2001-09-13 14:16:12 +00:00
pcmcia Add missing comma 2001-10-04 23:36:10 +00:00
podulebus *sigh* and return 0 if we don't match the podule. 2001-07-04 16:36:52 +00:00
qbus Trying to get these files out of Attic. 2001-08-16 14:56:30 +00:00
raidframe Backout a line that accidentally got included when the .h reorg went in. 2001-10-06 00:47:46 +00:00
rasops Give initiali[sz]e all the "i"s it deserves. 2001-09-18 18:15:49 +00:00
rcons Stop wscons from conflicting with rcons. 2001-10-05 22:08:28 +00:00
sbus Minor tidying up of the HME driver attach: 2001-10-05 17:49:43 +00:00
scsipi Restore previous functionality- in scsipi_periph_timed_thaw check to 2001-09-27 18:11:06 +00:00
std Add some additional values to the keyvalue list from draft specs as some roms are using these and it would be nice to be able to identify them 2001-06-29 04:52:35 +00:00
sun Don't force a fixed baud rate if the parent zs driver has already determined 2001-09-28 14:34:49 +00:00
sysmon Make sure to clear sysmon_armed_wdog once the watchdog timer 2001-01-30 22:24:31 +00:00
tc Add a new optional method, dev_ioctl, to the audio hardware driver interface. 2001-10-03 00:04:47 +00:00
usb Regen. 2001-10-08 03:38:24 +00:00
vme Change bus_space_mmap() signature to the official one. 2001-09-24 23:49:31 +00:00
wscons Stop wscons from conflicting with rcons. 2001-10-05 22:08:28 +00:00
wsfont implement a pseudo-device wsfont for access to the wsfont machinery 2001-09-03 17:05:20 +00:00
xmi
DEVNAMES add new cd18xx, sio16, remove simba for sparc64 2001-10-04 15:56:35 +00:00
Makefile Need to recurse into the raidframe subdir too. 2001-10-04 16:04:53 +00:00
auconv.c ANSIfy. 2001-10-02 23:31:54 +00:00
auconv.h ANSIfy. 2001-10-02 23:31:54 +00:00
audio.c Fix pasto in type of dev_ioctl method. 2001-10-03 20:48:41 +00:00
audio_if.h Fix pasto in type of dev_ioctl method. 2001-10-03 20:48:41 +00:00
audiovar.h
ccd.c change ccio_ndisks and sc_nccdisks of struct ccd_ioctl from int to u_int 2001-08-05 11:20:13 +00:00
ccdvar.h change ccio_ndisks and sc_nccdisks of struct ccd_ioctl from int to u_int 2001-08-05 11:20:13 +00:00
clock_subr.c bcopy -> memcpy 2001-07-07 17:04:01 +00:00
clock_subr.h
clockctl.c This is the clockctl pseudodevice. It gives non root users access to root-only 2001-09-16 06:53:54 +00:00
cninit.c
cons.c Use back the 'u'&037 form - since it's CTRL-u, it's more readable that way 2001-06-04 09:45:03 +00:00
cons.h
ld.c Don't compare bp->b_dev against RAW_PART; use the `part' local variable 2001-09-06 00:47:56 +00:00
ldvar.h Centralise the geometry fudge. 2001-06-10 10:48:42 +00:00
md.c bcopy -> memcpy 2001-07-07 17:04:01 +00:00
md.h add MEMORY_DISK_DYNAMIC option. if enable MEMORY_DISK_DYNAMIC, file 2001-07-02 17:17:23 +00:00
md_root.c add MEMORY_DISK_DYNAMIC option. if enable MEMORY_DISK_DYNAMIC, file 2001-07-02 17:17:23 +00:00
midi.c ANSIfy. 2001-10-02 22:41:22 +00:00
midi_if.h ANSIfy. 2001-10-02 22:41:22 +00:00
midisyn.c ANSIfy. 2001-10-02 22:41:22 +00:00
midisynvar.h ANSIfy. 2001-10-02 22:41:22 +00:00
midivar.h add detaching/deactivation code to midi driver. 2001-01-13 16:09:04 +00:00
mulaw.c fix typo (two -> to) 2001-10-07 10:14:42 +00:00
mulaw.h ANSIfy. 2001-10-02 23:31:54 +00:00
rnd.c Mix random data directly into the pool and increase entropy instead of 2001-09-09 00:48:54 +00:00
rndpool.c Cosmetic changes. 2001-09-09 00:32:52 +00:00
sequencer.c Make it compile again when AUDIO_DEBUG is turned on ... in sequencesread 2001-09-03 14:52:29 +00:00
sequencervar.h
vnd.c in vndstrategy(), handle the underlying file being force-unmounted. 2001-09-30 12:32:09 +00:00
vndvar.h