aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* add driver for forte-media fm801Cameron Grant2000-08-291-0/+743
* Many and sundry changes. Still alpha quality.Poul-Henning Kamp2000-08-291-136/+360
* * Completely rewrite the alpha busspace to hide the implementation fromDoug Rabson2000-08-2817-216/+264
* Fix disordered arguments to bus_space_barrier().Doug Rabson2000-08-281-1/+1
* Define a pcic module versionWarner Losh2000-08-281-0/+1
* Removed detection for Voodoo Banshee and Voodoo3 cards. I forsee certainColeman Kane2000-08-282-16/+43
* remove clause 3 licenceMatt Jacob2000-08-271-7/+1
* various fixesMatt Jacob2000-08-277-241/+409
* Call destroy_dev() when sio devices go away.Poul-Henning Kamp2000-08-271-6/+12
* Fix ioctl MOUSE_SETMODE as defined in mouse(4).Kazutaka YOKOTA2000-08-271-2/+5
* Allow the DPT pci attachment to share IRQ'sPeter Wemm2000-08-261-1/+2
* Regen.Masahide MAEKAWA2000-08-262-2/+18
* Add vendor IBM product USB CD-ROM DriveMasahide MAEKAWA2000-08-261-0/+4
* Minor tweaks to have the card be properly enabled via the CCR.Warner Losh2000-08-261-6/+9
* Move acpi_softc into acpi.h to be shared from additional files.Mitsuru IWASAKI2000-08-253-12/+433
* Fix newbus resource allocationsRoger Hardiman2000-08-242-10/+16
* Add orthogonal part of ACPI support code.Takanori Watanabe2000-08-2421-0/+7195
* Add spltty()/splx() in the watchdog timer routine.Kazutaka YOKOTA2000-08-241-0/+3
* Sync to pccarddevs 1.5Warner Losh2000-08-242-107/+286
* o Fix unterminated commentWarner Losh2000-08-241-27/+52
* This is the initial import of a new driver for the current family ofMike Smith2000-08-236-0/+4842
* Update include directives for Linuxulator headers after theMarcel Moolenaar2000-08-221-3/+3
* Save a pointer to the dev, if any, that each function attach.Warner Losh2000-08-222-2/+7
* Fix a bug upon initialization. (_INDX_ADDR -> _INDX_DATA)Seigo Tanimura2000-08-211-5/+6
* Fix up the command in the destination buffer, not the source.Nick Hibma2000-08-211-2/+2
* rework feeder sytem to allow feeders in kldsCameron Grant2000-08-2023-297/+698
* Remove all traces of Julians DEVFS (incl from kern/subr_diskslice.c)Poul-Henning Kamp2000-08-203-35/+135
* Unbreak LINT.Nick Hibma2000-08-201-1/+1
* o Move to using PCCARD_SOFTC(dev)Warner Losh2000-08-194-20/+16
* o move to using PCIC_SOFTC(dev) to get the softcWarner Losh2000-08-193-15/+13
* fix SNDCTL_DSP_GETODELAYCameron Grant2000-08-191-1/+2
* don't complain about bad irqs if using a shared irqCameron Grant2000-08-191-0/+3
* Recognize ESS 1888 in Dell Latitude XPiCameron Grant2000-08-191-0/+1
* Replace the mbuf external reference counting code with somethingDavid Malone2000-08-195-143/+27
* Call bus_generic_detach on pcic before deleting the children. ThisWarner Losh2000-08-191-1/+4
* Remove pcic_isa_identify. I don't think it is needed.Warner Losh2000-08-193-26/+21
* - Fixed the conversion to bus_space interface.Yoshihiro Takahashi2000-08-177-608/+2504
* Add support for loading this as a module (before there were someWarner Losh2000-08-172-11/+16
* Rearrange the probe a bit, hopefully this will help to eleminateSøren Schmidt2000-08-164-145/+145
* open_drive:Greg Lehey2000-08-161-16/+21
* Add another USR modem.Peter Wemm2000-08-151-0/+1
* awictl configuration interface is never used and now it is replaced byAtsushi Onoe2000-08-141-72/+0
* Add support for WEP functionality.Atsushi Onoe2000-08-144-369/+1629
* This file contains a shim just for NetBSD, and not used in FreeBSD at all.Atsushi Onoe2000-08-141-445/+0
* Newbusify ed driver.Seigo Tanimura2000-08-143-389/+482
* This patch appears to solve the problems with recording resultingNick Sayer2000-08-131-4/+13
* CAM, the module: scbus, da, cd, and st wrapped in one module.Nick Hibma2000-08-131-0/+3
* From NetBSD:Nick Hibma2000-08-132-22/+52
* Add more CDC defines.Nick Hibma2000-08-131-1/+10
* Fake the Power On command on the virtual hub.Nick Hibma2000-08-131-1/+4