aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Bt848 driver release 1.65Roger Hardiman1999-05-181-2/+3
* Slight reorganization of internal interface in the keyboard controllerKazutaka YOKOTA1999-05-186-56/+76
* Silence warnings.Kazutaka YOKOTA1999-05-181-10/+10
* Remove unnecessary function call.Kazutaka YOKOTA1999-05-181-2/+1
* The previous commit was wrong! This is the correct one ;-<Kazutaka YOKOTA1999-05-182-4/+4
* Correct a bug where the chip could be unpaused in the middle of a busJustin T. Gibbs1999-05-181-23/+35
* Correct the comment for the last commit.Justin T. Gibbs1999-05-171-1/+1
* Update copyright. Correct some whitespace.Justin T. Gibbs1999-05-172-5/+5
* Add a masking scheme to allow for detection of unknown cards using aJustin T. Gibbs1999-05-171-95/+131
* Fix whitespace. Correct a comment.Justin T. Gibbs1999-05-171-15/+18
* Seventh update to the new ATA/ATAPI driver:Søren Schmidt1999-05-178-42/+53
* Modify to work with new style dev_t.Greg Lehey1999-05-1511-90/+69
* Put a small delay in before sending the inquire_setup command. TheWarner Losh1999-05-141-4/+6
* Use a lookup table for device matching instead of a switch on a 64bitJustin T. Gibbs1999-05-141-268/+449
* Take the subvendor and subdevice ids into account during device probe.Justin T. Gibbs1999-05-141-92/+230
* Better workaround for aic7890 chip bug. Use the HS_MAILBOX register toJustin T. Gibbs1999-05-144-16/+55
* if_xe* now lives in sys/dev/pccard/David E. O'Brien1999-05-142-2/+4
* This commit was generated by cvs2svn to compensate for changes in r47151,David E. O'Brien1999-05-141-78/+63
|\
| * Virgin import of Xircom PCCARD driver v1.19.vendor/xe/1.19David E. O'Brien1999-05-141-78/+63
* | Virgin import of Xircom PCCARD driver v1.19.David E. O'Brien1999-05-141-78/+63
* | This commit was generated by cvs2svn to compensate for changes in r47148,David E. O'Brien1999-05-141-14/+160
|\|
| * Virgin import of Xircom PCCARD driver v1.18vendor/xe/1.18David E. O'Brien1999-05-141-14/+160
* | Virgin import of Xircom PCCARD driver v1.18David E. O'Brien1999-05-141-14/+160
* | This commit was generated by cvs2svn to compensate for changes in r47145,David E. O'Brien1999-05-141-34/+87
|\|
| * Virgin import of Xircom PCCARD driver v1.17vendor/xe/1.17David E. O'Brien1999-05-141-34/+87
* | Virgin import of Xircom PCCARD driver v1.17David E. O'Brien1999-05-141-34/+87
* | This commit was generated by cvs2svn to compensate for changes in r47142,David E. O'Brien1999-05-141-4/+6
|\|
| * Virgin import of Xircom PCCARD driver v1.16.vendor/xe/1.16David E. O'Brien1999-05-141-4/+6
* | Virgin import of Xircom PCCARD driver v1.16.David E. O'Brien1999-05-141-4/+6
* | This commit was generated by cvs2svn to compensate for changes in r47139,David E. O'Brien1999-05-141-5/+9
|\|
| * Virgin import of Xircom PCCARD driver v1.15vendor/xe/1.15David E. O'Brien1999-05-141-5/+9
* | Virgin import of Xircom PCCARD driver v1.15David E. O'Brien1999-05-141-5/+9
* | This commit was generated by cvs2svn to compensate for changes in r47136,David E. O'Brien1999-05-142-1299/+1369
|\|
| * Virgin import of Xircom PCCARD driver v1.14vendor/xe/1.14David E. O'Brien1999-05-142-1299/+1369
* | Virgin import of Xircom PCCARD driver v1.14David E. O'Brien1999-05-142-1299/+1369
* | This commit was generated by cvs2svn to compensate for changes in r47133,David E. O'Brien1999-05-142-0/+2439
|\|
| * Virgin import of Xircom PCCARD driver v1.13vendor/xe/1.13David E. O'Brien1999-05-142-0/+2439
* Virgin import of Xircom PCCARD driver v1.13David E. O'Brien1999-05-142-0/+2439
* Fixed 10 out of 40 lines of -Wcast-qual warnings/errors. 3 lines wereBruce Evans1999-05-132-18/+23
* memcmp -> bcmp. memcmp doesn't exist in the kernel, but unfortunatelyBruce Evans1999-05-131-2/+2
* I'm told by the PR author that this page_size increment was inJordan K. Hubbard1999-05-131-2/+1
* Fix dev_t/minor problemsPeter Wemm1999-05-126-40/+60
* When asked to get the current transfer settings go do a dev_refreshMatt Jacob1999-05-121-12/+26
* be a bit more chatty about some speed negotiationsMatt Jacob1999-05-121-2/+8
* Removed global variable `Crtat'. This was once (bogusly) shared withBruce Evans1999-05-121-6/+3
* Divorce "dev_t" from the "major|minor" bitmap, which is now calledPoul-Henning Kamp1999-05-113-5/+6
* During probe, the page lockdown code in dpt_control.c does someJordan K. Hubbard1999-05-111-2/+4
* Add another kludge to the card identification probe. It appears thatWarner Losh1999-05-111-4/+7
* Use the probe priority mechanism to make sure the chip* probes do notPeter Wemm1999-05-111-3/+2
* A large set of changes to handle dual bus adapters.Matt Jacob1999-05-111-50/+106