summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Collapse)Author
1998-09-28fxp needs ifmedia attributeJason Wright
1998-09-28Sync w/ NetBSD.Jason Downs
1998-09-28introduce attribute 'ifmedia' which means 'this particularifaceMichael Shalayeff
supports if_edia stuff so include correspondent MI support'. reviewed/additions by jason@, he said "there might be more of 'em", but i'd say, there can be only one!
1998-09-28fix bug in vgafb_copycols() use bus_space_copy_4() instead ofDale S. Rahn
bus_space_copy_1() for efficiency reasons.
1998-09-28support powerpc port (needs ifdef to use powerpc_btop()), is thereDale S. Rahn
a machine independant function that calls this md function??
1998-09-28syncJason Downs
1998-09-28ABP-940UW sycn w/NetBSDJason Downs
1998-09-28syncJason Downs
1998-09-28trident 9750Jason Downs
1998-09-27this driver does not handle 3c9xxTheo de Raadt
1998-09-27syncMarco S Hyman
1998-09-27fix typoMarco S Hyman
1998-09-27Telepath w/ x2 Technology identifier, GWY6290. (dookieman@thepentagon.com)Federico G. Schwindt
1998-09-27Remove some debugging printfs that were missed in the cleanup.Dale S. Rahn
1998-09-27add wscons support to powerpc port.Dale S. Rahn
This contains several pieces of the port MI: vgafb, on powerpc under openfirmware the vga card comes up in gfx mode. instead of resetting it to text mode, vgafb treats this as a raster display. The mechanism used may not have been the best, it's interface to wscons is as a text display, and it does the character plotting itself. font_8x16.c was stolen from the atari port for use. MD: ppcppi support stolen from alpha pms.c, pckbd.c and the rest of the support files were used nearly directly. powerpc conf.c to support wscon, vga/kbd machdep.c hack to get around a bus_space_set_region,bus_space_copy error. ofw_machdep.c some hack code on the road to supporting wscons as console.
1998-09-27AdvanSys PCI SCSI driver, from NetBSD; dante@mclink.it.Jason Downs
1998-09-27AdvanSys SCSI driver from NetBSD, by dante@mclink.it. Based on the LinuxJason Downs
driver.
1998-09-26syncTheo de Raadt
1998-09-26compressTheo de Raadt
1998-09-26Add smc91cxx ISA support.Federico G. Schwindt
1998-09-26Add smc91cxx ISA support.Federico G. Schwindt
1998-09-26syncJason Downs
1998-09-26AdvanSys productsJason Downs
1998-09-24syncTheo de Raadt
1998-09-23Work around a bug in the newer revision chip sets.Jason Wright
1998-09-23fix pci_io_find(), some dmesg outputTheo de Raadt
1998-09-22Updated driver from Ustimenko Semen <semen@iclub.nsu.ru>:Jason Wright
o Cleaned up ifmedia support o Improved ring & mbuf handling
1998-09-22media supportTheo de Raadt
1998-09-22Support for ne2k pcmcia. This is the driver without modifications.Federico G. Schwindt
feedback time.
1998-09-22New DS8390/WD83C690 device driver used by ec, ne and we from NetBSD.Federico G. Schwindt
1998-09-22Add the NE[12]00 core driver from NetBSD.Federico G. Schwindt
1998-09-22Replace the ed driver.Federico G. Schwindt
ec is used for 3c503 cards, we for SMC/WD 80x3 series and ne for ne[12]00. This also adds ne2k pnp support.
1998-09-22New ne2k pci driver.Federico G. Schwindt
1998-09-22Add ne for ne2k pci cards.Federico G. Schwindt
1998-09-21SMC 83C170 EPIC support from; Semen Ustimenko (semen@iclub.nsu.ru)Jason Wright
This is the chip found on the SMC EtherPower II 10/100 boards.
1998-09-20Change openfirmware to not try to configure a device on sd or wdDale S. Rahn
disks if those drivers are in the kernel. This allows the use of ofdisk0 for floppy support. (until fd.c is supported).
1998-09-20Powerpc port uses com.c not just power4e.Dale S. Rahn
1998-09-20syncTheo de Raadt
1998-09-20lots of new stuphhhTheo de Raadt
1998-09-19Added if_media support from NetBSD. -mojMats O Jansson
1998-09-16o if_media'fied am7990Jason Wright
o if_media'fied sun4m le.
1998-09-16fix ep probe message printoutsTheo de Raadt
1998-09-15It appears that some drives are causing the controller toJason Downs
interrupt too quickly. It also appears that such drives do not conform to the MMC2 specifications. This needs to be fixed correctly and the extra check for NULL removed from the following if(); but clearing the interrupt appears to be a valid work around.
1998-09-14syncTheo de Raadt
1998-09-14shorten names; unwanted kernel growthTheo de Raadt
1998-09-14fix MakefilesTheo de Raadt
1998-09-14avoid NULL deref for nowJason Downs
1998-09-12if_media support.Federico G. Schwindt
1998-09-11change missed by fgsch, tsk tsk tskTheo de Raadt
1998-09-11fix typo.Federico G. Schwindt