summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* When entering siocnputc() with (kdb_active), don't acquire (orrwatson2005-02-031-5/+9
* Fix up assignment of negative number to char. Char's are unsigned bygrehan2005-02-031-1/+1
* MF dev/wi: merge the pccard lists.imp2005-02-031-11/+19
* Fix "Duplicate mbuf free panic".yongari2005-02-021-1/+1
* Forgot to mark the IRQ as MPSAFE.phk2005-02-011-1/+5
* The two PLANEX cards listed in pccarddevs, identified only by theirimp2005-02-013-14/+13
* Add a IEEE488 driver for PCIIA compatible cards.phk2005-02-011-0/+419
* BUS_SPACE_UNRESTRICTED shouldn't be used with the bus_alloc_resourceimp2005-02-012-6/+6
* Use a taskqueue to handle port status changes.akiyama2005-01-313-2/+54
* Add the keyboard system device before we probe for the keyboard.marcel2005-01-311-2/+13
* Revert rev. 1.5.marcel2005-01-311-1/+1
* Remove a dead vtophys() reference.scottl2005-01-311-6/+0
* Fix a logic bug that caused DSR to never be deasserted.marcel2005-01-301-2/+2
* Add crashdump support to the ips driver. It only works for the more modernscottl2005-01-304-15/+176
* o Fix a typo.maxim2005-01-301-1/+1
* o Fix the various interrupt related problems caused by reversemarcel2005-01-301-31/+69
* Boot away another stackgap (one of the lest ones in linuxlator/i386) bysobomax2005-01-303-11/+32
* Disable ethernet flow control in if_fxp by default, in order to preventrwatson2005-01-291-1/+1
* Fix typo.njl2005-01-291-2/+1
* Cleanup debugging code and put it under bootverbosebz2005-01-291-35/+36
* Use MAXMINORphk2005-01-291-1/+1
* Better locking.phk2005-01-291-54/+83
* The Olicom OC2220 has an ID of 0x101, not 0x2220 as I previouslyimp2005-01-291-1/+1
* Roll firmware to the latest version. There are a bunch of featuresmjacob2005-01-291-5722/+5937
* Fix the worst offenders of style(9) with a small style sweep.imp2005-01-281-48/+36
* Cleanup tabs vs spaces.imp2005-01-283-215/+213
* For the PC Card implementation of the CS8920M that's in my IBMimp2005-01-283-3/+8
* Setting hw.cs.recv_delay should set the delay, not the ignore theimp2005-01-281-1/+1
* Remove all of the spl() markers.scottl2005-01-281-27/+0
* Lock the IPS driver and bring it out from under Giant. Also do somescottl2005-01-286-234/+149
* error = is needed before ether_ioctl() so that unsupported/unknownimp2005-01-281-1/+1
* Consistently use pcib for a printf.njl2005-01-271-1/+1
* Write cs_detach() and use it. This resolves the twin problems of theimp2005-01-273-2/+17
* Add back support for D-LINK DMR-650TX, and all the other OEMd versionsimp2005-01-272-1/+2
* Move 143 back to its rightful owner: Grey Cell systems, which OEMd enet cardsimp2005-01-271-4/+4
* 64-bit clean fixes: Use %zx in preference to %x to print size_t items.imp2005-01-271-2/+2
* Fix a few printf problems on ia64 (and other 64-bit platforms).imp2005-01-271-4/+4
* Add PCI ID for Dell RAC IV/ERA Virtual UART (PowerEdge 1850).bms2005-01-271-2/+9
* If CDSR_OFLOW (stty dsrflow) is enabled on one or both sides of aphk2005-01-261-14/+128
* Remove unused static declaration of ed_pccard_dl100xx(), which probablyrwatson2005-01-261-1/+0
* Respect the current setting of IFCAP_VLAN_HWTAGGING onyar2005-01-261-5/+18
* Disable use of hardware VLAN tagging and stripping in if_em in the defaultrwatson2005-01-261-1/+1
* Catchup to the iodata renamingimp2005-01-261-1/+1
* Kill stray debugging line not fully removedimp2005-01-261-1/+1
* Rework how we deal with the DL10019 and DL10022 cards (as well as theimp2005-01-261-35/+28
* Repair probe messages a bit. Previously, we'd print the ethernetimp2005-01-261-14/+17
* Turns out that Digital's DEPCM-BA and I-O Data PCLATE are both OEMimp2005-01-252-9/+9
* Use DIGITAL2 for DEPCM cardimp2005-01-251-1/+1
* Unbreak the Digital DEPCM-BA. Since it doesn't seem to have a properimp2005-01-251-1/+2
* - Add support for new chips, PL-2303X and PL-2303HX.akiyama2005-01-251-21/+159
OpenPOWER on IntegriCloud