Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-09-28 | fxp needs ifmedia attribute | Jason Wright | |
1998-09-28 | Sync w/ NetBSD. | Jason Downs | |
1998-09-28 | introduce attribute 'ifmedia' which means 'this particulariface | Michael 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-28 | fix bug in vgafb_copycols() use bus_space_copy_4() instead of | Dale S. Rahn | |
bus_space_copy_1() for efficiency reasons. | |||
1998-09-28 | support powerpc port (needs ifdef to use powerpc_btop()), is there | Dale S. Rahn | |
a machine independant function that calls this md function?? | |||
1998-09-28 | sync | Jason Downs | |
1998-09-28 | ABP-940UW sycn w/NetBSD | Jason Downs | |
1998-09-28 | sync | Jason Downs | |
1998-09-28 | trident 9750 | Jason Downs | |
1998-09-27 | this driver does not handle 3c9xx | Theo de Raadt | |
1998-09-27 | sync | Marco S Hyman | |
1998-09-27 | fix typo | Marco S Hyman | |
1998-09-27 | Telepath w/ x2 Technology identifier, GWY6290. (dookieman@thepentagon.com) | Federico G. Schwindt | |
1998-09-27 | Remove some debugging printfs that were missed in the cleanup. | Dale S. Rahn | |
1998-09-27 | add 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-27 | AdvanSys PCI SCSI driver, from NetBSD; dante@mclink.it. | Jason Downs | |
1998-09-27 | AdvanSys SCSI driver from NetBSD, by dante@mclink.it. Based on the Linux | Jason Downs | |
driver. | |||
1998-09-26 | sync | Theo de Raadt | |
1998-09-26 | compress | Theo de Raadt | |
1998-09-26 | Add smc91cxx ISA support. | Federico G. Schwindt | |
1998-09-26 | Add smc91cxx ISA support. | Federico G. Schwindt | |
1998-09-26 | sync | Jason Downs | |
1998-09-26 | AdvanSys products | Jason Downs | |
1998-09-24 | sync | Theo de Raadt | |
1998-09-23 | Work around a bug in the newer revision chip sets. | Jason Wright | |
1998-09-23 | fix pci_io_find(), some dmesg output | Theo de Raadt | |
1998-09-22 | Updated driver from Ustimenko Semen <semen@iclub.nsu.ru>: | Jason Wright | |
o Cleaned up ifmedia support o Improved ring & mbuf handling | |||
1998-09-22 | media support | Theo de Raadt | |
1998-09-22 | Support for ne2k pcmcia. This is the driver without modifications. | Federico G. Schwindt | |
feedback time. | |||
1998-09-22 | New DS8390/WD83C690 device driver used by ec, ne and we from NetBSD. | Federico G. Schwindt | |
1998-09-22 | Add the NE[12]00 core driver from NetBSD. | Federico G. Schwindt | |
1998-09-22 | Replace 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-22 | New ne2k pci driver. | Federico G. Schwindt | |
1998-09-22 | Add ne for ne2k pci cards. | Federico G. Schwindt | |
1998-09-21 | SMC 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-20 | Change openfirmware to not try to configure a device on sd or wd | Dale 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-20 | Powerpc port uses com.c not just power4e. | Dale S. Rahn | |
1998-09-20 | sync | Theo de Raadt | |
1998-09-20 | lots of new stuphhh | Theo de Raadt | |
1998-09-19 | Added if_media support from NetBSD. -moj | Mats O Jansson | |
1998-09-16 | o if_media'fied am7990 | Jason Wright | |
o if_media'fied sun4m le. | |||
1998-09-16 | fix ep probe message printouts | Theo de Raadt | |
1998-09-15 | It appears that some drives are causing the controller to | Jason 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-14 | sync | Theo de Raadt | |
1998-09-14 | shorten names; unwanted kernel growth | Theo de Raadt | |
1998-09-14 | fix Makefiles | Theo de Raadt | |
1998-09-14 | avoid NULL deref for now | Jason Downs | |
1998-09-12 | if_media support. | Federico G. Schwindt | |
1998-09-11 | change missed by fgsch, tsk tsk tsk | Theo de Raadt | |
1998-09-11 | fix typo. | Federico G. Schwindt | |