summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
1998-09-11Remove unneeded files from the previous pcmcia framework.Federico G. Schwindt
1998-09-11Remove unneeded files from the previous framework.Federico G. Schwindt
1998-09-11PCMCIA code ported from NetBSD.Federico G. Schwindt
Support for aic, ep, pccom and sm.
1998-09-11Comment the pcmcia attach routines for ed and pccom.Federico G. Schwindt
Add the pcmcia definitions for the new framework.
1998-09-11Add sm and aic devices.Federico G. Schwindt
1998-09-11Move aic device to conf/files. Comment pcmcia related entries.Federico G. Schwindt
1998-09-11Remove unneeded file after the split.Federico G. Schwindt
1998-09-11Comment the pcmcia cdev entry because the new frameworkFederico G. Schwindt
doesn't use devices (yet).
1998-09-11ISA routines for the Intel 82365SL PCIC controllers.Federico G. Schwindt
1998-09-11Added support for Intel 82365SL PCIC controllers and clones from NetBSD.Federico G. Schwindt
1998-09-11aic routines for ISA.Federico G. Schwindt
1998-09-11Split the aic6360 driver to add support for SCSI pcmcia cards.Federico G. Schwindt
1998-09-11Support for the SMC 91Cxx family of ethernet chips from NetBSD.Federico G. Schwindt
1998-09-11Simple queue access methods used in the new pcmcia frameworkFederico G. Schwindt
1998-09-11Grr... missed this in previous commit: adding 'mii' bus for i386Jason Wright
1998-09-11Merge with FreeBSD 1.11:Jason Wright
1. If oactive on entry to xl_start, see if tx is wedged, and try unwedging it if necessary. 2. Do a synchonous media negotiation at boot (max of 5 seconds) 3. Start and restart autonegotiation if we're setting the media manually
1998-09-11If filesystem open routine returns ENOENT or ENOTDIR, set errno to that and ↵Todd C. Miller
return
1998-09-10default media type is auto if a phy is found, and none if notJason Wright
1998-09-10Added dev/mii layer (commented out until something on i386 uses it)Jason Wright
1998-09-10Modified to use mii layer for hmeJason Wright
1998-09-10syncJason Wright
1998-09-10Added 'mii' busJason Wright
1998-09-10OpenBSD gets sys/dev/mii layer from NetBSDJason Wright
1998-09-10kernel and install floppy kernel for POWERSTACK machines.Dale S. Rahn
uses hardware drivers for scsi (ncr) and ethernet (de) and openfirmware for console (ofcons) and clock (ofrtc).
1998-09-09Make RMD160Update a little less overzealous when fed small crumbs.janjaap
1998-09-09o Fixed printing of intrstr and other typosJason Wright
o Added support for memory mapped registers (#ifndef XL_USEIOSPACE)
1998-09-09Now working on alpha too... -mojMats O Jansson
1998-09-09Better if_media support (actually works consistently now for non-autoneg)Jason Wright
1998-09-09Preserve symbol table if ksyms is in the kernel but DDB is not.Todd C. Miller
1998-09-09Weak version of support for ddb breakpoints. Works, but not fullyDale S. Rahn
implemented.
1998-09-09support for putting ofroot on mainbus, not on root.Dale S. Rahn
1998-09-09Allow ddb to be entered upon boot via boot command argument.Dale S. Rahn
1998-09-09remove debugging printf that had been forgotten.Dale S. Rahn
1998-09-09fix typo.Dale S. Rahn
1998-09-09Fix openfirmware attachment for openfirmware only systems.Dale S. Rahn
if only ofrtc, still need the openfirmware support files.
1998-09-09fall back to openfirmware interrupt processing, might be overriddenDale S. Rahn
later by a real interrupt controller.
1998-09-09Dont swab the data twice, only when assiging to the structure.Dale S. Rahn
This only affect big endian machines (powerpc).
1998-09-08o hme get ifmedia supportJason Wright
o nuked manual negotiatie that wasn't finished anyway in favor of if_media
1998-09-08Let's commit the correct files, shall we. This is the real zlib-1.1.3...Todd C. Miller
1998-09-08include stand.h if -D_STANDALONETodd C. Miller
1998-09-08minor changes from zlib-1.1.3 gzio.cTodd C. Miller
1998-09-08Update from zlib-1.1.3. These should really just be references to ↵Todd C. Miller
../../../lib/libz/*
1998-09-08changed order of ifmedia_add's (purely cosmetic)Jason Wright
1998-09-08o Sync with FreeBSD (if_xl.c 1.10)Jason Wright
better handling of memory, typos, 3c980 support o Change tests for 3c980 to match the FreeBSD method in xl_mediacheck() o Added matches for 3c900b and 3c900b-combo (support untested)
1998-09-08Correct braino in ifmedia statusJason Wright
1998-09-07syncJason Wright
1998-09-07add 3c900b & 3c900b-comboJason Wright
1998-09-07More man page fixes. Particularly fix uses of it's/its, affect/effect,Aaron Campbell
then/than and such. Other miscellaneous problems fixed across these source files.
1998-09-06compat with NetBSD + more *_raw_* extensions I needNiklas Hallqvist
1998-09-06Better keyboard timing code mostly from FreeBSDNiklas Hallqvist