Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-09-29 | 'acceppt gzip files for lif | Michael Shalayeff | |
1998-09-29 | hp700 devices/boards listing; compiled from different sources; incomlete | Michael Shalayeff | |
1998-09-29 | 3 real devices: | Michael Shalayeff | |
lpt com (16550a uart) -- requires dev/ic/com.c split (isa, multi) fdc (wd3765) -- requires dev/ic/fdc.c w/ isa-isms removed no fd.c yet, since it needs dma. i'll keep those missing parts for later time, since i've not tried 'em on other archs. | |||
1998-09-29 | Merge with FreeBSD: if_xlreg.h(1.5) & if_xl.c(1.12) | Jason Wright | |
o workaround for ifmedia_set panic o make sure tx isn't wedged if tx queue is full o increase TX queue from 10 -> 16 descriptors | |||
1998-09-28 | Remember the status of the aui/tp bit, and reset it and wait | Jason Wright | |
appropriately during lehwreset(); idea from pk@NetBSD | |||
1998-09-28 | Avoid a really stupid APM-related panic. | Jason Downs | |
Someone who knows about this crap should figure out why calling apm_set_powstate() after it's already failed once causes a vm_fault() crash. | |||
1998-09-28 | don't use bcopy to get the tx_flags value, get it directly | Jason Wright | |
1998-09-28 | Add Trident 9750 | Jason Downs | |
1998-09-28 | 'sm' requires ifmedia attribute | Jason Wright | |
1998-09-28 | 'ne' requires ifmedia attribute | Jason Wright | |
"there can be only one!" - mickey@ "There can be only 4" - jason@ | |||
1998-09-28 | we & ec depend on ifmedia attribute | Jason Wright | |
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 | yes i don't need 0.9 and 1.0 compat, ever | Michael Shalayeff | |
1998-09-27 | some inline | Michael Shalayeff | |
1998-09-27 | #ifdef and if() debugging stuff | Michael Shalayeff | |
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 | |