Enable polling to be configured into kernels on non i386 platforms. Note that

poll_in_trap is only implemented on i386.  I've tested this on alpha.

Approved by: luigi
This commit is contained in:
gallatin 2002-02-12 00:26:06 +00:00
parent 57d5032c48
commit 1e9b142f05
4 changed files with 4 additions and 6 deletions

View File

@ -771,6 +771,7 @@ kern/kern_clock.c standard
kern/kern_condvar.c standard
kern/kern_conf.c standard
kern/kern_descrip.c standard
kern/kern_poll.c optional device_polling
kern/kern_environment.c standard
kern/kern_event.c standard
kern/kern_exec.c standard

View File

@ -396,7 +396,6 @@ isa/syscons_isa.c optional sc
isa/vga_isa.c optional vga
kern/imgact_aout.c standard
kern/imgact_gzip.c optional gzip
kern/kern_poll.c optional device_polling
kern/link_aout.c standard
kern/md4c.c optional netsmb
kern/subr_diskmbr.c standard

View File

@ -527,3 +527,6 @@ DEV_BPF opt_bpf.h
# ed driver
ED_NO_MIIBUS opt_ed.h
# Polling device handling
DEVICE_POLLING opt_global.h

View File

@ -207,11 +207,6 @@ NETSMBCRYPTO opt_netsmb.h
# SMB/CIFS filesystem
SMBFS
# -------------------------------
# Polling device handling
# -------------------------------
DEVICE_POLLING opt_global.h
# -------------------------------
# EOF
# -------------------------------