summaryrefslogtreecommitdiff
path: root/sys/arch/i386/conf/GENERIC
AgeCommit message (Collapse)Author
2000-10-17driver for amphy from freebsd; aaron okJason Wright
2000-10-13Disable 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-07put usb in, but disable the top devicesTheo de Raadt
2000-09-17fxp cardbus attachmentAaron Campbell
2000-09-15add 3ware raid controllerMichael Shalayeff
2000-09-08Add audio at ich*. Silly mickey, ich's are for kids.Aaron Campbell
2000-08-30more gig on the CDTheo de Raadt
2000-08-29From FreeBSD: split out the support for XMAC-II phys and other physJason Wright
add xmphy & brgphy to GENERIC
2000-08-18Remove comment that refers to a NOTE that was removed yesterdayMarco S Hyman
2000-08-17pcibios0 at bios0 flags 0x0000Michael 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-08make them all use new PCIBIOS stuffTheo de Raadt
2000-08-02pcic* at pciTheo de Raadt
2000-08-02add gdt & dmphy where neededTheo de Raadt
2000-08-01Add PCI attachment for i82365-compatible PCMCIA controllers. Needed forAaron 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-20add fms & auvia, so that people test itTheo de Raadt
2000-07-18clcs works reasonably well now. Enable it.Artur Grabowski
2000-07-08#audio -> #audio*Marco S Hyman
2000-07-06Enable CardBus per Theo's request, so we can iron out the wrinkles faster. AlsoAaron 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-04fix uvisor entry.Federico G. Schwindt
2000-07-04add uvisor and clcs, both commented out.Federico G. Schwindt
2000-06-21Kirk announced that soft updates are free todayNiklas Hallqvist
2000-06-19esp at pcmcia, commented out.Federico G. Schwindt
2000-06-10add ubsec, since it will work soon enoughTheo de Raadt
2000-06-08add flags 0x0000 for all apm configurationsMichael Shalayeff
2000-06-07add a note how to force apm proto versionMichael Shalayeff
2000-05-30add ich at pciMichael Shalayeff
2000-05-29Add tqphy; needed for 3c574 support in ep(4).Aaron Campbell
2000-05-15driver for the databook isa/pcmcia bridge (commented out in GENERIC for now);Jason Wright
from NetBSD.
2000-04-27Driver for C-Media CMI8x38 Audio Chip present on several all-in-oneTodd C. Miller
motherboards (ie: bultin audio + video). Written by Takuya SHIOZAKI.
2000-04-16Remove atapiscsi* at umass?; csapuntz@Aaron Campbell
2000-04-16jakob, please be more carefulTheo de Raadt
2000-04-15add urio(4)Jakob Schlyter
2000-04-15comment out USB ethernet adapters (orphaned otherwise)Jakob Schlyter
2000-04-14Move the PCIBIOS options line next to the CardBus bus support stuff, and add aAaron Campbell
note saying it may need to be uncommented for things to work.
2000-04-13neoTheo de Raadt
2000-04-10Aironet 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-08Initial check-in for support of 32-bit CardBus PC Cards; from NetBSD. On manyAaron 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-07Another option, PCIBIOS_BUS_FIXUP, is needed for CardBus on some machines.Aaron Campbell
2000-04-05Add USB modem driver stubs; from NetBSD. Not yet tested.Aaron Campbell
2000-04-04New 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-03put some DS/FH cards on some boot mediaTheo de Raadt
2000-04-03enable ray at pcmcia, once pcic config has been fixedMichael Shalayeff
2000-04-03split wireless cards into their own sectionTheo de Raadt
2000-04-03an at pcmcia; 10x Lynda McGinley <mcginley@suod.cs.colorado.edu> for a ↵Michael Shalayeff
hardware loan
2000-03-31Add support for USB Mass Storage devices; e.g., USB Zip Drives. UNTESTED.Aaron Campbell
From NetBSD.
2000-03-28Much cleaner sync with NetBSD. Some #if defined() magic has been sent in theAaron 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-28from netbsd: give pcic0 whole 64k iomem, and move pcic{1,2} to 0xe0000Michael Shalayeff
2000-03-28PCIBIOS does not fully work yetTheo de Raadt
2000-03-26from 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-26Driver for USB Ethernet adapters based on the Kawasaki LSI KL5KUSB101B.Aaron Campbell