summaryrefslogtreecommitdiff
path: root/sys/arch/alpha/conf
AgeCommit message (Collapse)Author
1997-07-10Take out some devices unused in the install. Alpha boot floppy now fits.Todd C. Miller
1997-07-09Take out DEBUG and DIAGNOSTIC to make thigns fit.Todd C. Miller
1997-07-09alpha/common/ insults my filecTheo de Raadt
1997-07-09add ep on isa, of course i just fried my 3c509...Theo de Raadt
1997-07-08std.alpha goes foomTheo de Raadt
1997-07-06DDB (crippled), BOOT_CONFIG (not yet working), DISKLABEL_*, fxp, wd & acdNiklas Hallqvist
1997-07-06DDB files + some major number specifications that were missingNiklas Hallqvist
1997-07-06maxpartitions 16Todd C. Miller
1997-07-06Remove -Wcast-qual unless someone has a way to make it not careTodd C. Miller
about discarding "volatile". Implicit casts via prototypes cause major headaches in conjunction with volatile variables.
1997-07-05disable fxp for nowTheo de Raadt
1997-07-03fxp support, turned off in alpha until testedTheo de Raadt
1997-06-24happy birthdaykstailey
1997-06-05optionTheo de Raadt
1997-06-02EXEC_SCRIPT is not an optionTheo de Raadt
1997-06-02VNODEPAGER is not an optionTheo de Raadt
1997-06-02UCONSOLE is long deadTheo de Raadt
1997-05-14Don't need bpf or vnd -- shave a few bytes.Todd C. Miller
1997-05-08comment out MFS, FIFO, and COMPAT_[0-9]+; add PCI edTodd C. Miller
1997-05-08Some trimming, add necessary stuff like ed, CD9660 & KERNFSNiklas Hallqvist
1997-05-07axppci33-only GENERICTodd C. Miller
1997-05-05add ccd to GENERICThomas Graichen
1997-04-20Use ${ALPHA} instead of ../..Niklas Hallqvist
1997-04-20My new toyThorsten Lockert
1997-04-19.depend needs cpuconf.cThorsten Lockert
1997-04-14Add PCI ed*Todd C. Miller
1997-04-13Add support for PCI NE2000 clones. I finally got around to doing this :-)Todd C. Miller
Tested on alpha, should work on i386 as well. Note that we treat a PCI NE2000 as a 16-bit card for now since the driver can not deal with > 16 bit cards. To fix this isa16bit in ed_softc needs to be changed to bus_width (in bytes). I plan to do this as part of the split ed driver.
1997-04-06Add CD9660 now that it works.Todd C. Miller
1997-03-25Addition of the ed ethernet driverNiklas Hallqvist
1997-02-26Add IP-SECNiklas Hallqvist
1997-02-26Workaround for some weird cpp bug that made cpuconf.o builds failNiklas Hallqvist
1997-01-24Sync with NetBSD 961207Niklas Hallqvist
1996-12-08Merge to NetBSD 961107, i.e. mostly new bus.hNiklas Hallqvist
1996-11-11Updates for SCSI scanner and SCSI unknown devices.kstailey
Removed MI *dev_decl() stuff that is now in sys/conf.h
1996-10-30Merge to NetBSD 961020. Retained our kernel APIs where NetBSD has changed.Niklas Hallqvist
-Wall -Wstrict-prototypes -Wmissing-prototypes too.
1996-09-20do not fool people into thinking VNODEPAGER is an option; netbsd pr#2757, ↵Theo de Raadt
erik@aarhus1.uni-c.dk
1996-08-23Removed DDB again, as it is missing a lot of stuff. Added COMPAT_OSF1Niklas Hallqvist
which at least compiles...
1996-08-05config file removed in NetBSDNiklas Hallqvist
1996-08-02Add the first OpenBSD/alpha running machine: OPALNiklas Hallqvist
1996-07-29Bring forward alpha configuration files to 0722. Add OpenBSDNiklas Hallqvist
tags. s/netbsd/bsd/. Add ATAPI and dummy PCMCIA defines.
1996-06-24kernel is /bsdTheo de Raadt
1996-06-18sync to 0616, retaining local diffsTheo de Raadt
1996-05-15add all the possible SCSI device types to the GENERIC configs.Michael Shalayeff
1996-03-26From NetBSD: vnode_if.[ch] made machine independent.Michael Shalayeff
very usefull (for <sys/vnode.h> inclusion). from the other side this is really machine independent ... tested w/ i386, but should not cause errors w/ other arch's. pls, test it (don't forget to reconfig kernel ;)
1995-12-26from netbsd; rename TC 'asic' to 'ioasic'Theo de Raadt
1995-12-14update to netbsdTheo de Raadt
1995-11-13do not use -fno-builtin for kernels; the reasons why are manifoldTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt