Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 May 1999 21:23:17 +0200
From:      "Morten Seeberg" <morten@seeberg.dk>
To:        <freebsd-stable@freebsd.org>
Subject:   Error in 3.2-RELEASE GENERIC
Message-ID:  <012501bea6e4$0ac3a1e0$9c0d010a@tp.swamp.dk>

next in thread | raw e-mail | index | archive | help
Hi, I just compiled apm into the kernel on my laptop, and i found a little
error in the GENERIC file.

GENERIC says:
device   apm0  at isa? disable flags 0x31

The right syntax for this, according to LINT (the above doesn´t work either
when running config) is:
device  apm0 at isa? flags 0x0010   #APM v. 1.0
or
device  apm0 at isa? flags 0x0011  #APM v. 1.1

The flag is wrong(?), and the disable/enable command causes config to fail
this line.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/\/\orten $eeberg, Systems Consultant @
Merkantildata CMA Enterprise Sollutions
#echo 'System Administrators suck :)' > /dev/console



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?012501bea6e4$0ac3a1e0$9c0d010a>