Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-03-14 | Disable PME mode in sis_reset() to fix a problem with the DP83815 chip on | Aaron Campbell | |
some motherboards; from FreeBSD. | |||
2001-03-14 | match formats in read_codec w/ write_codec | Michael Shalayeff | |
2001-03-14 | count interrupts proper; pointed out and tested by form@ | Michael Shalayeff | |
2001-03-14 | Back out order change in conf.c and priority change in wscons_machdep.c | Todd 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-14 | sync | Theo de Raadt | |
2001-03-14 | new puc devices | Theo de Raadt | |
2001-03-14 | allow listing and soon deleting fonts; aaron@ ok | Michael Shalayeff | |
2001-03-14 | it seems sometimes it takes up to 35 seconds to init; from Chris Kuethe ↵ | Michael Shalayeff | |
ckuethe@[[gecko.]math.]ualberta.ca | |||
2001-03-13 | regen | Michael Shalayeff | |
2001-03-13 | SaramNcom(nanospeed) NS-1100M (uses PRISM2); from Hiroki Nakano ↵ | Michael Shalayeff | |
<cas@trans-nt.com> | |||
2001-03-13 | The prescence of a DL10019 does not appear to imply a 24k buffer size. Always | Aaron 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-13 | new timeouts | Michael Shalayeff | |
2001-03-13 | aaron@ called for an order! | Michael Shalayeff | |
2001-03-13 | correct dmesg, save space | Theo de Raadt | |
2001-03-12 | sync | Theo de Raadt | |
2001-03-12 | insert maestro names | Theo de Raadt | |
2001-03-12 | sync | Aaron Campbell | |
2001-03-12 | Nvidia GeForce2 Ultra | Aaron Campbell | |
2001-03-12 | sync | Aaron Campbell | |
2001-03-12 | Another TI FireWire host controller. | Aaron Campbell | |
2001-03-12 | Add support for reading the MAC address from the APC CMOS RAM in the | Aaron 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-12 | Adjust 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-12 | sync | Jason Wright | |
2001-03-12 | add i82562E[MT] | Jason Wright | |
2001-03-11 | make those loops time-bound, space police | Michael Shalayeff | |
2001-03-11 | Code for devices that read/write to an IEEE 802.3u MII bus using the | Aaron Campbell | |
bit-bang method; from NetBSD. | |||
2001-03-10 | First support for 53c1010 chip. This enables support up to U2W for | Kenneth 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-09 | On alpha, we want to memory map. ok mjacob@ | Nathan Binkert | |
2001-03-09 | missing 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-09 | give some dadaical credits and disable debugging | Michael Shalayeff | |
2001-03-09 | Add Belgian keymap for wscons; addresses PR/1592 from TDeval@PrimeOBJ.COM. | Aaron Campbell | |
2001-03-09 | seems to work; rush because of cvs's battery at 73% now | Michael Shalayeff | |
2001-03-09 | proper irq printout (like other busses) | Michael Shalayeff | |
2001-03-09 | differentiate fifo overrun errors | Michael Shalayeff | |
2001-03-08 | Make struct wscons_keydesc public. To make it possible for kbd(1) to | Mats O Jansson | |
list known encodings. -moj ok @aaron | |||
2001-03-07 | and this will produce a cubios mickey | Michael Shalayeff | |
2001-03-07 | Add some non US encodings. Add option UKBD_LAYOUT. -moj ok @aaron | Mats O Jansson | |
2001-03-07 | C requires labels to be followed by statements; from NetBSD. | Aaron Campbell | |
2001-03-07 | Instead of panic'ing when an ESC is found in kernel output, print a warning | Aaron Campbell | |
and ignore it; from NetBSD. | |||
2001-03-06 | 1) 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-06 | Convert to new timeout API. mickey@ ok. | Hakan Olsson | |
2001-03-05 | Backs 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-05 | Convert to new timeout API. costa@ ok. | Hakan Olsson | |
2001-03-05 | sync | Theo de Raadt | |
2001-03-05 | Add support for ISAPnP i82365-based PCMCIA controllers; from NetBSD. UNTESTED. | Aaron Campbell | |
These cards are probably very rare. deraadt@ ok | |||
2001-03-05 | fix order | Theo de Raadt | |
2001-03-03 | use AC97_HOST_DONT_READANY since some machines are unreliable | Theo de Raadt | |
2001-03-03 | new AC97_HOST_DONT_READANY flag for ac97 chipsets that are _really_ on drugs | Theo de Raadt | |
2001-03-03 | complete wscons support for abd keyboard. -moj ok @deraadt | Mats O Jansson | |
2001-03-03 | sync | Theo de Raadt | |