aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Remove definition of the unimplemented "control" hook.Archie Cobbs2000-01-216-10/+4
* Add support for DEVICE_SUSPEND, DEVICE_RESUME and DEVICE_SHUTDOWNNick Hibma2000-01-205-10/+17
* Remove duplicate includeNick Hibma2000-01-201-1/+0
* Properly remove interrupts if initialisation fails.Nick Hibma2000-01-201-29/+37
* Fix test for deciding when a bulk IN transfer got truncated. I thoughtBill Paul2000-01-201-1/+1
* - Add some comment from bde on the keyboard interrupt.Kazutaka YOKOTA2000-01-202-22/+38
* Do not include `ukbd.h'; it's not used.Kazutaka YOKOTA2000-01-201-1/+0
* Unconditionally define sc_paste().Kazutaka YOKOTA2000-01-202-4/+0
* Fix wrong usage of FONT_NONE. It was not meant to be set inKazutaka YOKOTA2000-01-204-5/+4
* Regen.Bill Paul2000-01-202-507/+625
* More USB ethernet tweaks:Bill Paul2000-01-2023-524/+1040
* Fix an #ifdef that should have been and #ifndef.Archie Cobbs2000-01-202-2/+2
* Add support for the Davicom DM9102A 10/100 ethernet controller chip.Bill Paul2000-01-192-5/+23
* Add parallel port clock driver.Jordan K. Hubbard2000-01-191-0/+348
* Quantify the calls to ad_attach and atapi_attach so that disklessSøren Schmidt2000-01-191-0/+4
* Fix a couple of bugs:Bill Paul2000-01-192-5/+8
* Rearrange the probecode, so that 80pin cables can be identifiedSøren Schmidt2000-01-1810-626/+460
* kludge to fix the end-of-sample repeating bug. i don't know why it happens;Cameron Grant2000-01-181-5/+9
* update ac97 layer to use device_printf when printing messagesCameron Grant2000-01-187-12/+15
* Add another four device ID's for isa pnp modems. The USR's seem to usePeter Wemm2000-01-181-0/+7
* Add ADS7182 as a known Joystick.Peter Wemm2000-01-181-0/+1
* Add the vendor/device ID for the Farallon PN9000SX gigabit ethernetBill Paul2000-01-182-0/+9
* Change the mechanism by which we detect that the firmware is alreadyBill Paul2000-01-171-24/+19
* Remove un-needed #include's.Mike Spengler2000-01-171-1/+0
* The correct part number for the CATC ASIC is USB-EL1210A, notBill Paul2000-01-171-2/+2
* Remove unnecessary includes.Yoshihiro Takahashi2000-01-171-2/+0
* Use rman_get_bustag and rman_get_bushandle to initialize bus tag andYoshihiro Takahashi2000-01-171-5/+5
* Use rman_get_start instead of bus handle directly.Yoshihiro Takahashi2000-01-171-1/+2
* Some SB128's (ES1371) have a different PCI vendor id. Vendor == 0x3274Peter Wemm2000-01-171-2/+5
* Add support for the Intel 810 chipset (ICH type of chips)Søren Schmidt2000-01-176-124/+157
* Remove device name strings from vendor/product lists since we don't useBill Paul2000-01-166-59/+57
* fix missing \n in sndstat outputCameron Grant2000-01-161-1/+1
* oops, best play format was set to unsigned 16 bit instead of signed 16 bitCameron Grant2000-01-161-1/+1
* Cleanup some remaining bdev fluff.Poul-Henning Kamp2000-01-161-35/+6
* Fix an instance of rman_get_start() than should be rman_get_bushandle().Bill Paul2000-01-161-1/+1
* Set ifq_maxlen to default (IFQ_MAXLEN).Matthew N. Dodd2000-01-161-0/+1
* Ensure that DMA mappings are freed in error situations.Mike Spengler2000-01-152-7/+52
* Minor enhancement: set the 'dual link LED' bit in the auxmode registerBill Paul2000-01-151-0/+12
* Actually read the PCI device ID when testing the device ID value againstBill Paul2000-01-151-1/+1
* This is the 3rd stage of syscons code reorganization.Kazutaka YOKOTA2000-01-1516-1246/+2351
* Remove compile warning not seen when compiling with target mode enabled.Matt Jacob2000-01-151-0/+2
* Fix driver to restore function on 3c574 adapters. The panic onMatthew N. Dodd2000-01-153-9/+23
* Redo FC target mode dma routine to try and generate an extra CTIOMatt Jacob2000-01-151-106/+231
* clean up for SBus Ultra (yes, we do not do that here yet)Matt Jacob2000-01-151-2/+9
* a whale of a lot of target mode cleanupMatt Jacob2000-01-151-42/+70
* cleanup- it was not MI code as it should have beenMatt Jacob2000-01-151-16/+11
* cleanupMatt Jacob2000-01-151-82/+117
* include public target mode functionsMatt Jacob2000-01-151-0/+3
* public target mode stuffMatt Jacob2000-01-151-0/+303
* tighten up printoutMatt Jacob2000-01-151-4/+2