summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
...
* Note the PnP id's for the NMX2210 next to the id's where they are used.peter2000-01-231-2/+3
* Clean up some more loose ends..peter2000-01-232-2/+2
* Fix a bug in the last commit. >> 4 instead of >> 8. *bap*mdodd2000-01-231-6/+6
* Add the ID for the 3c509-TPC.mdodd2000-01-231-0/+12
* The pointer of the serial FIFO in the DSP seems to make an errortanimura2000-01-231-3/+22
* Don't execute MAC address initialization for non-pccard sn devices.hosokawa2000-01-224-7/+19
* There seems to be some problems, particularly on alpha, withmjacob2000-01-211-0/+5
* Add ID for the AMD-756 OHCI controllern_hibma2000-01-211-0/+9
* Added support for hex-encoded MAC address of Megahertz X-Jack Ethernet Cardhosokawa2000-01-212-14/+19
* Propagate MAC address in CIS tupple to dev/ed/ driver.hosokawa2000-01-212-0/+23
* Remove definition of the unimplemented "control" hook.archie2000-01-216-10/+4
* Add support for DEVICE_SUSPEND, DEVICE_RESUME and DEVICE_SHUTDOWNn_hibma2000-01-205-10/+17
* Remove duplicate includen_hibma2000-01-201-1/+0
* Properly remove interrupts if initialisation fails.n_hibma2000-01-201-29/+37
* Fix test for deciding when a bulk IN transfer got truncated. I thoughtwpaul2000-01-201-1/+1
* - 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
OpenPOWER on IntegriCloud