# $NetBSD: fstab.nfs.3,v 1.2 2005/04/03 14:12:14 hubertf Exp $ # # Sample fstab for NFS based system # see fstab(5) for details on what the fields mean # Notes: # All swap devices are now configured by swapctl(8), so a swap entry # is now needed for all swap partitions so that the "swapctl -A" in # /etc/rc will find them, or you will have no swap space. # nfs-server:/export/root/arch / nfs rw,auto 0 0 nfs-server:/export/swap/mynext none swap sw,nfsmntpt=/swap 0 0 # # Possibly include data from the following files here: # fstab.cdrom # fstab.pseudo # fstab.ramdisk n value='lockcount-9.3'>lockcount-9.3 NetBSD fork for lockdoc analysismerlin@scholz.ruhr
summaryrefslogtreecommitdiff
path: root/sys/dev/isa/addcom_isa.c
AgeCommit message (Expand)Author
2021-08-07Merge thorpej-cfargs2.thorpej
2021-04-24Merge thorpej-cfargs branch:thorpej
2016-07-11KNF. No functional change.msaitoh
2012-10-27split device_t/softc for all remaining drivers.chs
2009-05-12struct device * -> device_t, no functional changes intended.cegger
2009-05-12struct cfdata * -> cfdata_t, no functional changes intended.cegger
2008-04-08use aprint_*_dev and device_xnamecegger
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2005-12-11merge ktrace-lwp.christos
2005-02-04de-__Pperry
2004-09-14Separate the namespace for default (ie unspecified) locators useddrochner
2004-09-14replace 7 identical instances if cfprint functions by a single onedrochner
2003-12-04netbsd.org -> NetBSD.orgkeihan
2003-01-01Use aprint_normal() in cfprint routines.thorpej
2002-10-02Fix sizeof and whitespace bug from the script I'm using to do thethorpej
2002-10-02Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2002-01-07Overhaul of the ISA autoconfiguration code to support directthorpej
2001-11-13add RCSIDlukem
2000-04-21the status register is _always_ at 0x420 -- grr. How should I put this in th...explorer
2000-04-21Add driver for Addonics FlexPort 8S (and probably 4S, but not tested)explorer