summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1998-09-11Change the config files to work with the new framework.Federico G. Schwindt
Add the aic and sm driver to GENERIC.
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-11don't display Retrieving... message unless verbose output desiredMarco S Hyman
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-11i386 is now the only port using libkvm.oldTodd C. Miller
1998-09-11Pass specname in to editor(), missing part of a commit a while ago.Todd C. Miller
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-10note support of 3c900, 3c900b, 3c905, 3c905b on xl driverJason Wright
1998-09-10overzealous cut-and-paste by me a week agoTheo de Raadt
1998-09-10fix init/fini calls; d@Theo de Raadt
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-10.Xr lockspool 1Todd C. Miller
1998-09-10Fix commentsTodd C. Miller
1998-09-10Update Install notes. Not finished but better.Dale S. Rahn
1998-09-10If a child has not been waited on via the SIGCHLD handler, wait for itTodd C. Miller
ourselves instead of playing games with sigsuspend. This may fix PR 588.
1998-09-10make mail.1 nroff'able againTodd C. Miller
1998-09-10better way of handling dhcp client; Jason Ish <jbi130@mail.usask.ca>Marco S Hyman
1998-09-10pass correct args to editor()Theo de Raadt
1998-09-10thread-saferTheo de Raadt
1998-09-10proper strncpyTheo de Raadt
1998-09-10clean up some files 'make distclean' on the GNU Makefile does not clean upTodd C. Miller
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-09Reflect realitybrian
1998-09-09Make RMD160Update a little less overzealous when fed small crumbs.janjaap
1998-09-09Make RMD160Update a little less overzealous when fed small crumbs.janjaap
1998-09-09Typos, removed i386 specific referenceJason Wright
1998-09-09Moved xl manpage from i386 specific to genericJason Wright
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-09syncTheo de Raadt
1998-09-09Better if_media support (actually works consistently now for non-autoneg)Jason Wright