summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* remove clause 3 licencemjacob2000-08-271-7/+1
* various fixesmjacob2000-08-277-241/+409
* Call destroy_dev() when sio devices go away.phk2000-08-271-6/+12
* Fix ioctl MOUSE_SETMODE as defined in mouse(4).yokota2000-08-271-2/+5
* Allow the DPT pci attachment to share IRQ'speter2000-08-261-1/+2
* Regen.gehenna2000-08-262-2/+18
* Add vendor IBM product USB CD-ROM Drivegehenna2000-08-261-0/+4
* Minor tweaks to have the card be properly enabled via the CCR.imp2000-08-261-6/+9
* Move acpi_softc into acpi.h to be shared from additional files.iwasaki2000-08-253-12/+433
* Fix newbus resource allocationsroger2000-08-242-10/+16
* Add orthogonal part of ACPI support code.takawata2000-08-2421-0/+7195
* Add spltty()/splx() in the watchdog timer routine.yokota2000-08-241-0/+3
* Sync to pccarddevs 1.5imp2000-08-242-107/+286
* o Fix unterminated commentimp2000-08-241-28/+53
* This is the initial import of a new driver for the current family ofmsmith2000-08-236-0/+4842
* Update include directives for Linuxulator headers after themarcel2000-08-221-3/+3
* Save a pointer to the dev, if any, that each function attach.imp2000-08-222-2/+7
* Fix a bug upon initialization. (_INDX_ADDR -> _INDX_DATA)tanimura2000-08-211-5/+6
* Fix up the command in the destination buffer, not the source.n_hibma2000-08-211-2/+2
* rework feeder sytem to allow feeders in kldscg2000-08-2023-304/+705
* Remove all traces of Julians DEVFS (incl from kern/subr_diskslice.c)phk2000-08-203-35/+135
* Unbreak LINT.n_hibma2000-08-201-1/+1
* o Move to using PCCARD_SOFTC(dev)imp2000-08-194-20/+16
* o move to using PCIC_SOFTC(dev) to get the softcimp2000-08-193-15/+13
* fix SNDCTL_DSP_GETODELAYcg2000-08-191-1/+2
* don't complain about bad irqs if using a shared irqcg2000-08-191-0/+3
* Recognize ESS 1888 in Dell Latitude XPicg2000-08-191-0/+1
* Replace the mbuf external reference counting code with somethingdwmalone2000-08-195-143/+27
* Call bus_generic_detach on pcic before deleting the children. Thisimp2000-08-191-1/+4
* Remove pcic_isa_identify. I don't think it is needed.imp2000-08-193-26/+21
* - Fixed the conversion to bus_space interface.nyan2000-08-177-608/+2504
* Add support for loading this as a module (before there were someimp2000-08-172-11/+16
* Rearrange the probe a bit, hopefully this will help to eleminatesos2000-08-164-145/+145
* open_drive:grog2000-08-161-16/+21
* Add another USR modem.peter2000-08-151-0/+1
* awictl configuration interface is never used and now it is replaced byonoe2000-08-141-72/+0
* Add support for WEP functionality.onoe2000-08-144-369/+1629
* This file contains a shim just for NetBSD, and not used in FreeBSD at all.onoe2000-08-141-445/+0
* Newbusify ed driver.tanimura2000-08-143-389/+482
* This patch appears to solve the problems with recording resultingnsayer2000-08-131-4/+13
* CAM, the module: scbus, da, cd, and st wrapped in one module.n_hibma2000-08-131-0/+3
* From NetBSD:n_hibma2000-08-132-22/+52
* Add more CDC defines.n_hibma2000-08-131-1/+10
* Fake the Power On command on the virtual hub.n_hibma2000-08-131-1/+4
* Fix off by one error in track# calculation.sos2000-08-131-4/+4
* Fix a bug brought to light by the people working on SMPng. I don't quitewpaul2000-08-111-1/+11
* Fix indentation ruined by previous commit.n_hibma2000-08-111-10/+10
* Define get_memory_offset methodimp2000-08-111-0/+7
* Backout the tsleep on probe, it breaks in resume mode as tsleepsos2000-08-111-4/+1
* Add support for accessing individual tracks on a CD.sos2000-08-111-5/+31
OpenPOWER on IntegriCloud