Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2000-08-26 | sync mii code with netbsd | Nathan Binkert | |
adds detach functionality for phys some code cleanup Nobody really had time to test all of this out, but theo said commit anyway | |||
2000-08-26 | Typo. Ok deraadt@ | Kevin Lo | |
2000-08-26 | Revert a minor FreeBSD tweak that tends to freeze my machine solid after | Aaron Campbell | |
large amounts of data transfer (ASIX 88141 card). | |||
2000-08-25 | Sync with FreeBSD. Summary of changes: | Aaron Campbell | |
- Modify to poll link state and positively set MAC's duplex as needed. - Program some DP83815 registers that are recommended for optimum performance. - Select the TX DMA burst size correctly for 10 and 100Mbps modes, especially improving the performance of the DP83815 at 10Mbps. | |||
2000-08-25 | Match Promise Ultra/100 as PDC20262 instead of PDC20246 | Chris Cappuccio | |
(netbsd) | |||
2000-08-25 | regen | Niklas Hallqvist | |
2000-08-25 | Remove a blank line that confused the awk script enough | Niklas Hallqvist | |
to remove the following copyright statement from the generated files. Noticed by Chris Demetriou <cgd@netbsd.org> | |||
2000-08-21 | fix indentation from 1.41 addition | Jason Wright | |
2000-08-19 | - introduce new function ubsec_mcopy() which copies the header and trailer | Jason Wright | |
of one mbuf into another since ubsec doesn't copy data through - get all of the offsets right for the !nicealign case - style fixes Authentication/Encryption on the same packet now appears to work reliably |