mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-23 17:31:43 +01:00
A few misc changes to get the spigot and meteor board working in 3.0.
Submitted by: Jim Lowe <james@miller.cs.uwm.edu>
This commit is contained in:
parent
43ab5f3877
commit
afc2d1c74e
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=38195
@ -1,4 +1,4 @@
|
||||
# $Id: options,v 1.88 1998/07/12 01:48:14 bde Exp $
|
||||
# $Id: options,v 1.89 1998/08/05 00:54:36 eivind Exp $
|
||||
#
|
||||
# On the handling of kernel options
|
||||
#
|
||||
@ -259,5 +259,12 @@ NFS_DEBUG opt_nfs.h
|
||||
# give bktr an opt_bktr.h file
|
||||
OVERRIDE_TUNER opt_bktr.h
|
||||
|
||||
# meteor opt_meteor.h
|
||||
METEOR_ALLOC_PAGES opt_meteor.h
|
||||
METEOR_TEST_VIDEO opt_meteor.h
|
||||
METEOR_SYSTEM_DEFAULT opt_meteor.h
|
||||
METEOR_DEALLOC_PAGES opt_meteor.h
|
||||
METEOR_DEALLOC_ABOVE opt_meteor.h
|
||||
|
||||
# Include tweaks for running under the SimOS machine simulator.
|
||||
SIMOS opt_simos.h
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $Id: options.i386,v 1.81 1998/06/30 08:40:32 jmg Exp $
|
||||
# $Id: options.i386,v 1.82 1998/06/30 14:43:03 bde Exp $
|
||||
|
||||
BOUNCEPAGES opt_bounce.h
|
||||
DISABLE_PSE
|
||||
@ -123,3 +123,6 @@ PCVT_VT220KEYB opt_pcvt.h
|
||||
GUS_DMA2 opt_sound.h
|
||||
GUS_DMA opt_sound.h
|
||||
GUS_IRQ opt_sound.h
|
||||
|
||||
# Video spigot
|
||||
SPIGOT_UNSECURE opt_spigot.h
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $Id: options.i386,v 1.81 1998/06/30 08:40:32 jmg Exp $
|
||||
# $Id: options.i386,v 1.82 1998/06/30 14:43:03 bde Exp $
|
||||
|
||||
BOUNCEPAGES opt_bounce.h
|
||||
DISABLE_PSE
|
||||
@ -123,3 +123,6 @@ PCVT_VT220KEYB opt_pcvt.h
|
||||
GUS_DMA2 opt_sound.h
|
||||
GUS_DMA opt_sound.h
|
||||
GUS_IRQ opt_sound.h
|
||||
|
||||
# Video spigot
|
||||
SPIGOT_UNSECURE opt_spigot.h
|
||||
|
@ -52,6 +52,7 @@ error "Can only have 1 spigot configured."
|
||||
#endif
|
||||
|
||||
#include "opt_devfs.h"
|
||||
#include "opt_spigot.h"
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
|
@ -147,6 +147,7 @@
|
||||
|
||||
#if NMETEOR > 0
|
||||
#include "opt_devfs.h"
|
||||
#include "opt_meteor.h"
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
|
Loading…
Reference in New Issue
Block a user