Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-10-17 | driver for amphy from freebsd; aaron ok | Jason Wright | |
2000-10-13 | Disable the actual USB controllers instead of the usb attachments by default. | Aaron Campbell | |
The problem is that some systems come with a USB mouse and keyboard but their BIOS emulates a regular AT keyboard and PS/2 mouse. When the BIOS notices the uhci or ohci are being touched, it stops emulating. deraadt@ ok. | |||
2000-10-07 | put usb in, but disable the top devices | Theo de Raadt | |
2000-09-17 | fxp cardbus attachment | Aaron Campbell | |
2000-09-15 | add 3ware raid controller | Michael Shalayeff | |
2000-09-08 | Add audio at ich*. Silly mickey, ich's are for kids. | Aaron Campbell | |
2000-08-30 | more gig on the CD | Theo de Raadt | |
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-18 | Remove comment that refers to a NOTE that was removed yesterday | Marco S Hyman | |
2000-08-17 | pcibios0 at bios0 flags 0x0000 | Michael Shalayeff | |
this is now a real device, which looks in flags for disabling address, interrupt or bus fixup. bios0's flags are to disable bios32 and pcibios probing. since boot_config support editing flags, it's posible to adjust pcibios functionality in the generic kernel upon boot time. man is coming. | |||
2000-08-08 | make them all use new PCIBIOS stuff | Theo de Raadt | |
2000-08-02 | pcic* at pci | Theo de Raadt | |
2000-08-02 | add gdt & dmphy where needed | Theo de Raadt | |
2000-08-01 | Add PCI attachment for i82365-compatible PCMCIA controllers. Needed for | Aaron Campbell | |
the Cirrus Logic CL-PD6729 controller found on some laptops, i.e., the Gateway 2000 Solo 2100. Thanks to JDempsey@iss.net for testing and initiallly prodding me to get PC Cards to work in his laptop. | |||
2000-07-20 | add fms & auvia, so that people test it | Theo de Raadt | |
2000-07-18 | clcs works reasonably well now. Enable it. | Artur Grabowski | |
2000-07-08 | #audio -> #audio* | Marco S Hyman | |
2000-07-06 | Enable CardBus per Theo's request, so we can iron out the wrinkles faster. Also | Aaron Campbell | |
enable the PCIBIOS* options so they can be tested as well. Currently, support only for 3c575- and 3c656-based 3Com CardBus NICs, but we're working to add more drivers. | |||
2000-07-04 | fix uvisor entry. | Federico G. Schwindt | |
2000-07-04 | add uvisor and clcs, both commented out. | Federico G. Schwindt | |
2000-06-21 | Kirk announced that soft updates are free today | Niklas Hallqvist | |
2000-06-19 | esp at pcmcia, commented out. | Federico G. Schwindt | |
2000-06-10 | add ubsec, since it will work soon enough | Theo de Raadt | |
2000-06-08 | add flags 0x0000 for all apm configurations | Michael Shalayeff | |
2000-06-07 | add a note how to force apm proto version | Michael Shalayeff | |
2000-05-30 | add ich at pci | Michael Shalayeff | |
2000-05-29 | Add tqphy; needed for 3c574 support in ep(4). | Aaron Campbell | |
2000-05-15 | driver for the databook isa/pcmcia bridge (commented out in GENERIC for now); | Jason Wright | |
from NetBSD. | |||
2000-04-27 | Driver for C-Media CMI8x38 Audio Chip present on several all-in-one | Todd C. Miller | |
motherboards (ie: bultin audio + video). Written by Takuya SHIOZAKI. | |||
2000-04-16 | Remove atapiscsi* at umass?; csapuntz@ | Aaron Campbell | |
2000-04-16 | jakob, please be more careful | Theo de Raadt | |
2000-04-15 | add urio(4) | Jakob Schlyter | |
2000-04-15 | comment out USB ethernet adapters (orphaned otherwise) | Jakob Schlyter | |
2000-04-14 | Move the PCIBIOS options line next to the CardBus bus support stuff, and add a | Aaron Campbell | |
note saying it may need to be uncommented for things to work. | |||
2000-04-13 | neo | Theo de Raadt | |
2000-04-10 | Aironet PCI shim; all the real meat is in sys/ic/an.c. | Todd C. Miller | |
Based on the FreeBSD if_an_pci.c but really the only things that remain the same are the informative comments at the top. I retained Bill Paul's Copyright since it seems silly to add my own copyright to what is simply boilerplate. | |||
2000-04-08 | Initial check-in for support of 32-bit CardBus PC Cards; from NetBSD. On many | Aaron Campbell | |
machines, this code needs the new PCIBIOS* options enabled in the kernel config file to work, but your mileage may vary. Included is a working 3c575 driver for 3Com 10/100 CardBus PC Card NICs (tested only with the 'C' revision). The 3c575 is the pccard version of the PCI EtherLink XL cards, and thus the xl driver has been split into /sys/dev/ic. | |||
2000-04-07 | Another option, PCIBIOS_BUS_FIXUP, is needed for CardBus on some machines. | Aaron Campbell | |
2000-04-05 | Add USB modem driver stubs; from NetBSD. Not yet tested. | Aaron Campbell | |
2000-04-04 | New USB mass storage driver. Improvements: Uses asynchronous USB requests, | Aaron Campbell | |
supports more transport protocols (bulk-only and CBI), supports more command sets (SCSI and ATAPI); from NetBSD. Not yet tested. | |||
2000-04-03 | put some DS/FH cards on some boot media | Theo de Raadt | |
2000-04-03 | enable ray at pcmcia, once pcic config has been fixed | Michael Shalayeff | |
2000-04-03 | split wireless cards into their own section | Theo de Raadt | |
2000-04-03 | an at pcmcia; 10x Lynda McGinley <mcginley@suod.cs.colorado.edu> for a ↵ | Michael Shalayeff | |
hardware loan | |||
2000-03-31 | Add support for USB Mass Storage devices; e.g., USB Zip Drives. UNTESTED. | Aaron Campbell | |
From NetBSD. | |||
2000-03-28 | Much cleaner sync with NetBSD. Some #if defined() magic has been sent in the | Aaron Campbell | |
form of a diff to augustss@netbsd.org so that future syncs will be very easy. This commit also adds support for ADMtek AN986 "Pegasus" based USB Ethernet, CATC USB-EL1210A based USB Ethernet, and USB Printers (all untested). | |||
2000-03-28 | from netbsd: give pcic0 whole 64k iomem, and move pcic{1,2} to 0xe0000 | Michael Shalayeff | |
2000-03-28 | PCIBIOS does not fully work yet | Theo de Raadt | |
2000-03-26 | from netbsd: pci interrupt routing code. | Michael Shalayeff | |
also, change a few pcidevs names to match netbsd (and more descriptive). tested on a bunch of laptops, helps resolving 'pin X unmapped' problems for (usually) usb and cardbus cntrollers. | |||
2000-03-26 | Driver for USB Ethernet adapters based on the Kawasaki LSI KL5KUSB101B. | Aaron Campbell | |