Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-09-27 | update quazimodo | Michael Shalayeff | |
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 | Add adv. | Jason Downs | |
1998-09-27 | Add adv driver. | Jason Downs | |
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-27 | Only update vfs_refcount when the mount succeeds and MNT_UPDATE not set. | Todd C. Miller | |
1998-09-26 | added xl support. -moj | Mats O Jansson | |
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-25 | remove old compats | kstailey | |
1998-09-25 | o xfs is in the house (thanks art, for getting me started) | Todd T. Fries | |
o all but vax are major 51 | |||
1998-09-25 | from Martin Fredriksson <martin@gbg.netman.se>: | Michael Shalayeff | |
clean NT bit in eflags after switching back into prot mode. solves bug in 2940UW and HP recent motherboards bios combination. some more flags should be set/clean at that point. leave that for later investigation. light optimize. | |||
1998-09-25 | add missing function from libkern, strncasecmp() | Dale S. Rahn | |
1998-09-24 | o If using the serial phy interface and an bad phy addr is requested, make | Jason Wright | |
sure to return all zeros. o updated acknowlegements | |||
1998-09-24 | toast wds1 | Theo de Raadt | |
1998-09-24 | toast wds1 | Theo de Raadt | |
1998-09-24 | pretty up previous fix | Artur Grabowski | |
1998-09-24 | sync | Theo de Raadt | |
1998-09-23 | use the same flags for f_flag as there were used for vn_open, otherwise ↵ | Artur Grabowski | |
vn_close will not decrease v_writecount for the vnode causing panics | |||
1998-09-23 | Work around a bug in the newer revision chip sets. | Jason Wright | |
1998-09-23 | ne/we/ec drivers | Theo de Raadt | |
1998-09-23 | fix pci_io_find(), some dmesg output | Theo de Raadt | |
1998-09-23 | Add PCMCIAVERBOSE option. | Federico G. Schwindt | |
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 | Add mii layer for alpha (needed by new fxp) | Jason Wright | |
1998-09-22 | media support | Theo de Raadt | |
1998-09-22 | some nice naming | Theo de Raadt | |
1998-09-22 | add NE2000 card at 0x300 irq 10 | Theo de Raadt | |
1998-09-22 | Uncomment ne2k pcmcia entries. | Federico G. Schwindt | |
1998-09-22 | Support for ne2k pcmcia. This is the driver without modifications. | Federico G. Schwindt | |
feedback time. | |||
1998-09-22 | ed replaced by ec/ne/we drivers. | Federico G. Schwindt | |
1998-09-22 | Add NE[12]00 and DS8390 drivers. | Federico G. Schwindt | |
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 | remove slip, add bpf. also remove nfsclient and fddi, so that alpha ramdisk ↵ | Theo de Raadt | |
floppy fits | |||
1998-09-21 | no slip, add bpf | Theo de Raadt | |
1998-09-21 | add tx driver | Theo de Raadt | |
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-21 | change default console to serial ports. should work with VI computers | Dale S. Rahn | |
too, execept console will be com3 :-) | |||
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 | Changes to probe for address, and frequency for serial console. | Dale S. Rahn | |
This should enable the same kernel to work on VI machines as well as MCG machines. Only remaining piece is the rtc. For now an extra config file has been added to use serial for MCG machines until all issues are resolved. The various extra config files and ramdisks should go away as soon as merger is finished. |