summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Make the port number available to the sub-device with PUC_IVAR_PORT.marcel2003-09-262-4/+10
* Sort debugging levels and update the man page to match reality. Alsonjl2003-09-261-3/+2
* aic79xx_pci.c:scottl2003-09-252-4/+8
* Phy register map.simokawa2003-09-251-0/+168
* CARDMEM is the offset of the address ON THE CARD (eg which page).imp2003-09-241-1/+1
* Enable DMA for ATAPI/CAM input/output operations.thomas2003-09-241-3/+10
* Add VidzMedia MonsterTV (MPEG video/TV capture box).jb2003-09-243-2/+22
* By not setting No_CRC in the Mode Control Register, we must alsops2003-09-231-1/+1
* Don't return to search another ports even if bus_space_map() fails.nyan2003-09-235-6/+6
* Initialize iobase, bsh and bst.nyan2003-09-231-0/+4
* Compare base address instead of bus_handle.nyan2003-09-231-1/+1
* - Keep the base address in struct uart_bas for sab82532 and z8530 modules.nyan2003-09-2311-51/+17
* Remove unneeded includes.nyan2003-09-231-5/+0
* Use bus_space_map() to initialize a bus_handle.nyan2003-09-235-9/+17
* From the Broadcom Eratta:ps2003-09-231-2/+1
* add lockingsam2003-09-232-65/+104
* Fix inverted BURN_BRIDGES and GONE_IN_5 #ifdefs.tmm2003-09-222-6/+6
* Sony PEGA-WL110 Wireless LANimp2003-09-221-0/+1
* sync to 1.72imp2003-09-221-14/+21
* Merge from NetBSD:imp2003-09-221-5/+8
* Add an off_t cast to prevent overflow on media size. This shouldnjl2003-09-221-1/+1
* Fix the ACPI_DEBUG case.njl2003-09-221-2/+2
* Make the clone handler BURN_BRIDGES but the actual 'a' and 'c' partitionphk2003-09-212-4/+9
* Make this compile.phk2003-09-211-0/+2
* (atapi_cb): Reorganize error handling circuitry.thomas2003-09-211-17/+19
* (atapi_cb): Disable autosense for now as it causes a missed ATA interrupt.thomas2003-09-211-2/+8
* Add support for fixed event buttons defined in the DSDT (HID "ACPI_FSB"njl2003-09-211-17/+49
* Remove the dual-address cycle stuff. DAC is used to allow a bus masterwpaul2003-09-201-4/+2
* Add vendor Samsung and device Samsung ML-6060.se2003-09-203-2/+22
* EXPsys PCMCIA Ethernet Comboimp2003-09-201-1/+3
* update to 1.71imp2003-09-201-1/+4
* EXPsys PCMCIA Ethernet Comboimp2003-09-201-0/+1
* Remove unused #defines.imp2003-09-201-3/+0
* Add missing file, it is sorely needed to make if_sk.c compile again.wilko2003-09-201-0/+171
* Add support for SK-9521 V2.0 and 3COM 3C940.wilko2003-09-205-228/+926
* Dont reject a master device if it said slave failed.sos2003-09-201-2/+2
* In umass_bbb_get_max_lun() move maxlun to before the DPRINTF so thatgj2003-09-201-1/+1
* New Proxim Harmony OEM card.imp2003-09-201-0/+1
* sync to 1.70imp2003-09-201-1/+4
* OEM version of Proxim Harmony cardimp2003-09-201-0/+1
* Add HP 4400C, Belkin F5U208 VideoBusIIjb2003-09-193-2/+18
* Add an entry for the VScom (Titan?) PCI-800L 8-port serial multiportjoerg2003-09-191-0/+24
* (atapi_action): avoid memory leak in a marginal invalid ccb case.thomas2003-09-191-25/+30
* Always check the sensekey field on ATAPI returnssos2003-09-191-1/+4
* Remove jumbo buffer #defines that I ended up not needing.wpaul2003-09-191-1/+1
* In re_diag(), there's no need for us to call re_start() ourselves:wpaul2003-09-181-4/+8
* Cosmeticssos2003-09-181-5/+5
* Be a bit more restrictive in the probe so we dont hang aroundsos2003-09-181-10/+4
* Support the Hawking Technology's UF100 Pegasus II 10/100 USB Ethernet.obrien2003-09-184-2/+23
* Properly handle error code returns from the lower levels ATAPI code.sos2003-09-181-14/+14
OpenPOWER on IntegriCloud