Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-09-12 | new ENI part; stoklund@taxidriver.dk | Theo de Raadt | |
2000-09-11 | another card with this chipset | Theo de Raadt | |
2000-09-10 | enable card on resume | Michael Shalayeff | |
2000-09-10 | Pull in two asc fixes from NetBSD, makes pmax port on DS5000/200 alive again | Miod Vallat | |
2000-09-07 | Be gentle with the poor Apple mouse that has only 1 button (without | Matthieu Herrb | |
's'). | |||
2000-09-07 | add ums mouse support from NetBSD | Matthieu Herrb | |
2000-09-07 | Put back a fix that fgsch@ whacked during the last NetBSD USB sync: | Aaron Campbell | |
If the vendor name is NULL, do not output a leading space; reported by deraadt@ | |||
2000-09-07 | Indentation fix. | Aaron Campbell | |
2000-09-07 | During the last FreeBSD dc(4) sync, I very stupidly forgot to check for changes | Aaron Campbell | |
in dcphy(4) as well, breaking some cards (i.e., the Macronix PMAC 98715). This commit brings dcphy up-to-date. Thanks to cgruber@troba.com and ericj@ for providing me with Macronix cards for testing. | |||
2000-09-06 | Add usb keyboard. from NetBSD. | Dale S. Rahn | |
2000-09-06 | Match Free/Net macros for le32toh/letoh32, define in terms of the other. | Dale S. Rahn | |
2000-09-06 | vgafb is removed, was only used on powerpc, and is not in a state to | Dale S. Rahn | |
be an MI device. This old version was based on old wscons and will not build. | |||
2000-09-06 | vgafb is removed, was only used on powerpc, and is not in a state to | Dale S. Rahn | |
be an MI device. This old version was based on old wscons and will not build. | |||
2000-09-06 | Add support for smaller font, default 23point font is too large for 800x600 | Dale S. Rahn | |
or 640x480 screen. Move font initialization into source file, rather than in header file. New font added, 8x16, derived from ic/font8x16.c If gallant font will give 80 or more columns, it is used, if not the 8x16 font is used. | |||
2000-09-06 | Remove #ifdef/#endif around various bits of INQUIRY response | Kenneth R Westerback | |
information. Left over from old attempt to fit adw with U3W on floppyxx.fs instead of floppyBxx.fs. Puts 'sdx at ...' msgs back at the start of their own lines so the drives can be found during (I)nstall or (U)pgrade! | |||
2000-09-05 | Support detach of xl(4) devices, mainly to allow the ejection and insertion of | Aaron Campbell | |
3Com575-based CardBus PC Cards; from nate@ | |||
2000-09-05 | Use 32 pages instead of 4 in mem_alloc. This is needed by cnw, and useful | Federico G. Schwindt | |
w/ other drivers as well. The iomem change has changed long ago to keep using 4 pages; From NetBSD. | |||
2000-09-04 | oops recycle variable, only used when mem mode enabled | Michael Shalayeff | |
2000-09-04 | printing XaQti on 5 consecutive lines is stupid | Theo de Raadt | |
2000-09-04 | match pcic at isa memory config, free resources on failure (-1 panic); aaron@ ok | Michael Shalayeff | |
2000-09-04 | regen | Jun-ichiro itojun Hagino | |
2000-09-04 | Brooktree Bt8474 Multichannel Synchronous Communictaions Controller (MUSYCC) | Jun-ichiro itojun Hagino | |
2000-09-04 | Correct EDP register. This has fixed some device timeout problems. | Federico G. Schwindt | |
Patch by belu@hak.feldkirch.com; checked against linux. I'd be nice if ppl having problems with these cards test this. | |||
2000-09-04 | futhers futher | Michael Shalayeff | |
2000-09-04 | under pressure | Michael Shalayeff | |
2000-09-04 | newmedia .wavjammer | Michael Shalayeff | |
2000-09-04 | do not panic on detach | Michael Shalayeff | |
2000-09-03 | fix revision parsing, print local revision | Michael Shalayeff | |
2000-09-01 | sync | Theo de Raadt | |
2000-09-01 | repairs | Theo de Raadt | |
2000-09-01 | sync | Theo de Raadt | |
2000-09-01 | a comment | Theo de Raadt | |
2000-09-01 | re | Michael Shalayeff | |
2000-09-01 | 3ware escalade | Michael Shalayeff | |
2000-09-01 | sync | Theo de Raadt | |
2000-09-01 | newish stuff, based on various trawling | Theo de Raadt | |
2000-08-30 | regen. | Federico G. Schwindt | |
2000-08-30 | Remove entry added during the ne break. Should work fine now. | Federico G. Schwindt | |
2000-08-30 | - Finally fix the problem introduced after the ax88190 support; the MAC | Federico G. Schwindt | |
should be read correctly in all cards. - Disable support for AX88190 till I get some card for testing. Thanks to palante@subterrain.net for testing. | |||
2000-08-29 | From FreeBSD: split out the support for XMAC-II phys and other phys | Jason Wright | |
add xmphy & brgphy to GENERIC | |||
2000-08-29 | openbsdisms | Jason Wright | |
2000-08-28 | add xmphy | Jason Wright | |
2000-08-28 | driver for the XAQTI XMACII phy from FreeBSD | Jason Wright | |
2000-08-28 | sync | Jason Wright | |
2000-08-28 | missed xxXAQTI | Jason Wright | |
2000-08-28 | hush | Jason Wright | |
2000-08-28 | driver for broadcom 5400 from FreeBSD. | Jason Wright | |
2000-08-28 | sync | Jason Wright | |
2000-08-28 | From FreeBSD: | Jason Wright | |
add broadcom 5400 and XaQti PHY definitions | |||
2000-08-26 | Add support for detach of xe and aue. | Nathan Binkert | |