aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Don't return to search another ports even if bus_space_map() fails.Yoshihiro Takahashi2003-09-235-6/+6
* Initialize iobase, bsh and bst.Yoshihiro Takahashi2003-09-231-0/+4
* Compare base address instead of bus_handle.Yoshihiro Takahashi2003-09-231-1/+1
* - Keep the base address in struct uart_bas for sab82532 and z8530 modules.Yoshihiro Takahashi2003-09-2311-51/+17
* Remove unneeded includes.Yoshihiro Takahashi2003-09-231-5/+0
* Use bus_space_map() to initialize a bus_handle.Yoshihiro Takahashi2003-09-235-9/+17
* From the Broadcom Eratta:Paul Saab2003-09-231-2/+1
* add lockingSam Leffler2003-09-232-65/+104
* Fix inverted BURN_BRIDGES and GONE_IN_5 #ifdefs.Thomas Moestl2003-09-222-6/+6
* Sony PEGA-WL110 Wireless LANWarner Losh2003-09-221-0/+1
* sync to 1.72Warner Losh2003-09-221-14/+21
* Merge from NetBSD:Warner Losh2003-09-221-5/+8
* Add an off_t cast to prevent overflow on media size. This shouldNate Lawson2003-09-221-1/+1
* Fix the ACPI_DEBUG case.Nate Lawson2003-09-221-2/+2
* Make the clone handler BURN_BRIDGES but the actual 'a' and 'c' partitionPoul-Henning Kamp2003-09-212-4/+9
* Make this compile.Poul-Henning Kamp2003-09-211-0/+2
* (atapi_cb): Reorganize error handling circuitry.Thomas Quinot2003-09-211-17/+19
* (atapi_cb): Disable autosense for now as it causes a missed ATA interrupt.Thomas Quinot2003-09-211-2/+8
* Add support for fixed event buttons defined in the DSDT (HID "ACPI_FSB"Nate Lawson2003-09-211-17/+49
* Remove the dual-address cycle stuff. DAC is used to allow a bus masterBill Paul2003-09-201-4/+2
* Add vendor Samsung and device Samsung ML-6060.Stefan Eßer2003-09-203-2/+22
* EXPsys PCMCIA Ethernet ComboWarner Losh2003-09-201-1/+3
* update to 1.71Warner Losh2003-09-201-1/+4
* EXPsys PCMCIA Ethernet ComboWarner Losh2003-09-201-0/+1
* Remove unused #defines.Warner Losh2003-09-201-3/+0
* Add missing file, it is sorely needed to make if_sk.c compile again.Wilko Bulte2003-09-201-0/+171
* Add support for SK-9521 V2.0 and 3COM 3C940.Wilko Bulte2003-09-205-225/+923
* Dont reject a master device if it said slave failed.Søren Schmidt2003-09-201-2/+2
* In umass_bbb_get_max_lun() move maxlun to before the DPRINTF so thatGary Jennejohn2003-09-201-1/+1
* New Proxim Harmony OEM card.Warner Losh2003-09-201-0/+1
* sync to 1.70Warner Losh2003-09-201-1/+4
* OEM version of Proxim Harmony cardWarner Losh2003-09-201-0/+1
* Add HP 4400C, Belkin F5U208 VideoBusIIJohn Birrell2003-09-193-2/+18
* Add an entry for the VScom (Titan?) PCI-800L 8-port serial multiportJoerg Wunsch2003-09-191-0/+24
* (atapi_action): avoid memory leak in a marginal invalid ccb case.Thomas Quinot2003-09-191-25/+30
* Always check the sensekey field on ATAPI returnsSøren Schmidt2003-09-191-1/+4
* Remove jumbo buffer #defines that I ended up not needing.Bill Paul2003-09-191-1/+1
* In re_diag(), there's no need for us to call re_start() ourselves:Bill Paul2003-09-181-4/+8
* CosmeticsSøren Schmidt2003-09-181-5/+5
* Be a bit more restrictive in the probe so we dont hang aroundSøren Schmidt2003-09-181-10/+4
* Support the Hawking Technology's UF100 Pegasus II 10/100 USB Ethernet.David E. O'Brien2003-09-184-2/+23
* Properly handle error code returns from the lower levels ATAPI code.Søren Schmidt2003-09-181-14/+14
* Fixed most of the remaining style bugs in rev.1.194. Mainly betterBruce Evans2003-09-181-30/+32
* Add necessary newlines.Nate Lawson2003-09-181-2/+2
* Shorten the message announcing fixed power/sleep buttons.Nate Lawson2003-09-181-3/+2
* Miscellaneous minor style fixes (mainly for unsorting of the flags accessBruce Evans2003-09-171-13/+10
* Fixed bitrot in the probe in revs.1.127, 1.165 and 1.169. TheBruce Evans2003-09-171-23/+23
* Cleaned up initialization of hardware flow control for 16650As. UseBruce Evans2003-09-171-25/+11
* Add pci_resume() to reestablish interrupt routing afterMitsuru IWASAKI2003-09-173-2/+35
* Pick up softc from dev_t rathern than through newbus gymnastics.Poul-Henning Kamp2003-09-171-11/+12