summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Collapse)Author
2001-03-14Disable PME mode in sis_reset() to fix a problem with the DP83815 chip onAaron Campbell
some motherboards; from FreeBSD.
2001-03-14match formats in read_codec w/ write_codecMichael Shalayeff
2001-03-14count interrupts proper; pointed out and tested by form@Michael Shalayeff
2001-03-14Back out order change in conf.c and priority change in wscons_machdep.cTodd C. Miller
Add kludge to prevent wscons on i386 from stealing the console from another source. wscons should really be fixed to not touch cn_tab...
2001-03-14syncTheo de Raadt
2001-03-14new puc devicesTheo de Raadt
2001-03-14allow listing and soon deleting fonts; aaron@ okMichael Shalayeff
2001-03-14it seems sometimes it takes up to 35 seconds to init; from Chris Kuethe ↵Michael Shalayeff
ckuethe@[[gecko.]math.]ualberta.ca
2001-03-13regenMichael Shalayeff
2001-03-13SaramNcom(nanospeed) NS-1100M (uses PRISM2); from Hiroki Nakano ↵Michael Shalayeff
<cas@trans-nt.com>
2001-03-13The prescence of a DL10019 does not appear to imply a 24k buffer size. AlwaysAaron Campbell
use an 8k buffer for NE1000 cards, 16k otherwise. This is likely sub-optimal, but at least it fixes the D-Link DE660 card, which hasn't worked since last August (and it seems like a fairly common model). fgsch@ ok. Thanks to Felix Kronlage who donated a test card and dongle for me to debug with.
2001-03-13new timeoutsMichael Shalayeff
2001-03-13aaron@ called for an order!Michael Shalayeff
2001-03-13correct dmesg, save spaceTheo de Raadt
2001-03-12syncTheo de Raadt
2001-03-12insert maestro namesTheo de Raadt
2001-03-12syncAaron Campbell
2001-03-12Nvidia GeForce2 UltraAaron Campbell
2001-03-12syncAaron Campbell
2001-03-12Another TI FireWire host controller.Aaron Campbell
2001-03-12Add support for reading the MAC address from the APC CMOS RAM in theAaron Campbell
integrated Ethernet controller on the SiS630E-based chipsets; from FreeBSD, this patch mostly by jason@. With these changes, my SiS900 card still works fine, but the new functionality is actually untested.
2001-03-12Adjust the way that media is initialized on DP8390-compatibles; from NetBSD.Aaron Campbell
The dp8390_softc now has media_init and media_fini function pointers that do the work. fgsch@ ok
2001-03-12syncJason Wright
2001-03-12add i82562E[MT]Jason Wright
2001-03-11make those loops time-bound, space policeMichael Shalayeff
2001-03-11Code for devices that read/write to an IEEE 802.3u MII bus using theAaron Campbell
bit-bang method; from NetBSD.
2001-03-10First support for 53c1010 chip. This enables support up to U2W forKenneth R Westerback
either or both channels on the 53c1010. U3W/U160 support coming. The particulars of 53c1010 support was derived from the FreeBSD/Linux sym-2 driver under development by Gerard ROUDIER (groudier@FreeBSD.org). This first support ensures that registers and bits now reserved are not used by the 53c1010. It uses the new DFBC register to obtain DMA FIFO relics. A single new feature (SF_CHIP_C10) was added, rather than a new feature for each change the 53c1010 incorporates. These changes were sufficient to get the imbedded 53c1010 on a Tyan S2510U3NG board to support installation of OpenBSD to a Quantum Atlas 10K2 drive, and several subsequent 'make build' and 'make release' cycles using disks on both channels, with and without softupdates. More 53c1010 specific code is yet to be extracted from sym-2, including the changes necessary to enable U160.
2001-03-09On alpha, we want to memory map. ok mjacob@Nathan Binkert
2001-03-09missing twe_unlock for failed get_ccb() for i/o scsi cmd, which was ↵Michael Shalayeff
impossible to trigger in twese case because of how maxcmds is calculated
2001-03-09give some dadaical credits and disable debuggingMichael Shalayeff
2001-03-09Add Belgian keymap for wscons; addresses PR/1592 from TDeval@PrimeOBJ.COM.Aaron Campbell
2001-03-09seems to work; rush because of cvs's battery at 73% nowMichael Shalayeff
2001-03-09proper irq printout (like other busses)Michael Shalayeff
2001-03-09differentiate fifo overrun errorsMichael Shalayeff
2001-03-08Make struct wscons_keydesc public. To make it possible for kbd(1) toMats O Jansson
list known encodings. -moj ok @aaron
2001-03-07and this will produce a cubios mickeyMichael Shalayeff
2001-03-07Add some non US encodings. Add option UKBD_LAYOUT. -moj ok @aaronMats O Jansson
2001-03-07C requires labels to be followed by statements; from NetBSD.Aaron Campbell
2001-03-07Instead of panic'ing when an ESC is found in kernel output, print a warningAaron Campbell
and ignore it; from NetBSD.
2001-03-061) Enable tag queuing.Kenneth R Westerback
2) Negotiate and report wide/sync only after INQUIRY results known. 3) Clean up wide/sync negotiation code a bit, ensuring that an agressive target does not prematurely force negotiation before the INQUIRY is done. Seen by millert@. 4) Ensure that a wide negotiation always resets the sync settings to async. 5) Some error message improvements from thorpej@NetBSD. 6) Some KNF. 7) Print wide/sync negotiation results after each completed negotiation. 8) Print some relevant information just before a panic that should never happen. But does on PowerPC.
2001-03-06Convert to new timeout API. mickey@ ok.Hakan Olsson
2001-03-05Backs out changes to wsdisplay.c so alpha (and presumably others)Todd C. Miller
is happy again. It also makes i386 serial console work by changing the console priority in wscons_machdep.c from CN_INTERNAL to CN_NORMAL and moves the com/pccom console attach routine for i386 to be the first so it will be matched (consinit takes the first highest match).
2001-03-05Convert to new timeout API. costa@ ok.Hakan Olsson
2001-03-05syncTheo de Raadt
2001-03-05Add support for ISAPnP i82365-based PCMCIA controllers; from NetBSD. UNTESTED.Aaron Campbell
These cards are probably very rare. deraadt@ ok
2001-03-05fix orderTheo de Raadt
2001-03-03use AC97_HOST_DONT_READANY since some machines are unreliableTheo de Raadt
2001-03-03new AC97_HOST_DONT_READANY flag for ac97 chipsets that are _really_ on drugsTheo de Raadt
2001-03-03complete wscons support for abd keyboard. -moj ok @deraadtMats O Jansson
2001-03-03syncTheo de Raadt