summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* - Add some comment from bde on the keyboard interrupt.yokota2000-01-202-22/+38
* Do not include `ukbd.h'; it's not used.yokota2000-01-201-1/+0
* Unconditionally define sc_paste().yokota2000-01-202-4/+0
* Fix wrong usage of FONT_NONE. It was not meant to be set inyokota2000-01-204-5/+4
* Regen.wpaul2000-01-202-507/+625
* More USB ethernet tweaks:wpaul2000-01-2023-524/+1040
* Fix an #ifdef that should have been and #ifndef.archie2000-01-202-2/+2
* Add support for the Davicom DM9102A 10/100 ethernet controller chip.wpaul2000-01-192-5/+23
* Add parallel port clock driver.jkh2000-01-191-0/+348
* Quantify the calls to ad_attach and atapi_attach so that disklesssos2000-01-191-0/+4
* Fix a couple of bugs:wpaul2000-01-192-5/+8
* Rearrange the probecode, so that 80pin cables can be identifiedsos2000-01-1810-639/+473
* kludge to fix the end-of-sample repeating bug. i don't know why it happens;cg2000-01-181-5/+9
* update ac97 layer to use device_printf when printing messagescg2000-01-187-12/+15
* Add another four device ID's for isa pnp modems. The USR's seem to usepeter2000-01-181-0/+7
* Add ADS7182 as a known Joystick.peter2000-01-181-0/+1
* Add the vendor/device ID for the Farallon PN9000SX gigabit ethernetwpaul2000-01-182-0/+9
* Change the mechanism by which we detect that the firmware is alreadywpaul2000-01-171-24/+19
* Remove un-needed #include's.mks2000-01-171-1/+0
* The correct part number for the CATC ASIC is USB-EL1210A, notwpaul2000-01-171-2/+2
* Remove unnecessary includes.nyan2000-01-171-2/+0
* Use rman_get_bustag and rman_get_bushandle to initialize bus tag andnyan2000-01-171-5/+5
* Use rman_get_start instead of bus handle directly.nyan2000-01-171-1/+2
* Some SB128's (ES1371) have a different PCI vendor id. Vendor == 0x3274peter2000-01-171-2/+5
* Add support for the Intel 810 chipset (ICH type of chips)sos2000-01-176-124/+157
* Remove device name strings from vendor/product lists since we don't usewpaul2000-01-166-59/+57
* fix missing \n in sndstat outputcg2000-01-161-1/+1
* oops, best play format was set to unsigned 16 bit instead of signed 16 bitcg2000-01-161-1/+1
* Cleanup some remaining bdev fluff.phk2000-01-161-35/+6
* Fix an instance of rman_get_start() than should be rman_get_bushandle().wpaul2000-01-161-1/+1
* Set ifq_maxlen to default (IFQ_MAXLEN).mdodd2000-01-161-0/+1
* Ensure that DMA mappings are freed in error situations.mks2000-01-152-7/+52
* Minor enhancement: set the 'dual link LED' bit in the auxmode registerwpaul2000-01-151-0/+12
* Actually read the PCI device ID when testing the device ID value againstwpaul2000-01-151-1/+1
* This is the 3rd stage of syscons code reorganization.yokota2000-01-1516-1247/+2352
* Remove compile warning not seen when compiling with target mode enabled.mjacob2000-01-151-0/+2
* Fix driver to restore function on 3c574 adapters. The panic onmdodd2000-01-153-9/+23
* Redo FC target mode dma routine to try and generate an extra CTIOmjacob2000-01-151-107/+232
* clean up for SBus Ultra (yes, we do not do that here yet)mjacob2000-01-151-2/+9
* a whale of a lot of target mode cleanupmjacob2000-01-151-42/+70
* cleanup- it was not MI code as it should have beenmjacob2000-01-151-16/+11
* cleanupmjacob2000-01-151-82/+117
* include public target mode functionsmjacob2000-01-151-0/+3
* public target mode stuffmjacob2000-01-151-0/+303
* tighten up printoutmjacob2000-01-151-4/+2
* Add support to aic for pccard attachments. Reports from testers haveimp2000-01-143-1/+185
* Add driver support for the Aironet 4500/4800 series wireless 802.11wpaul2000-01-146-0/+3444
* Fix multicast filter programming.wpaul2000-01-141-3/+5
* Make this compile - missing ")";peter2000-01-141-1/+1
* ppi needs to use a bus method to get this rather than peering inside thensouch2000-01-143-4/+6
OpenPOWER on IntegriCloud