diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC index 56689c328d51..d1a0e4015071 100644 --- a/sys/amd64/conf/GENERIC +++ b/sys/amd64/conf/GENERIC @@ -15,7 +15,7 @@ # device lines is also present in the ./LINT configuration file. If you are # in doubt as to the purpose or necessity of a line, check first in LINT. # -# $Id: GENERIC,v 1.177 1999/07/13 08:08:20 obrien Exp $ +# $Id: GENERIC,v 1.178 1999/07/25 04:32:43 wpaul Exp $ machine i386 cpu I386_CPU @@ -200,8 +200,8 @@ pseudo-device pty 16 # Pseudo-ttys (telnet etc) pseudo-device gzip # Exec gzipped a.out's # The `bpf' pseudo-device enables the Berkeley Packet Filter. -# Be aware of the legal and administrative consequences of enabling this! -#pseudo-device bpf 4 #Berkeley packet filter +# Be aware of the administrative consequences of enabling this! +pseudo-device bpf 4 #Berkeley packet filter # USB support #controller uhci0 # UHCI PCI->USB interface diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC index 56689c328d51..d1a0e4015071 100644 --- a/sys/i386/conf/GENERIC +++ b/sys/i386/conf/GENERIC @@ -15,7 +15,7 @@ # device lines is also present in the ./LINT configuration file. If you are # in doubt as to the purpose or necessity of a line, check first in LINT. # -# $Id: GENERIC,v 1.177 1999/07/13 08:08:20 obrien Exp $ +# $Id: GENERIC,v 1.178 1999/07/25 04:32:43 wpaul Exp $ machine i386 cpu I386_CPU @@ -200,8 +200,8 @@ pseudo-device pty 16 # Pseudo-ttys (telnet etc) pseudo-device gzip # Exec gzipped a.out's # The `bpf' pseudo-device enables the Berkeley Packet Filter. -# Be aware of the legal and administrative consequences of enabling this! -#pseudo-device bpf 4 #Berkeley packet filter +# Be aware of the administrative consequences of enabling this! +pseudo-device bpf 4 #Berkeley packet filter # USB support #controller uhci0 # UHCI PCI->USB interface