Date: Thu, 22 Oct 1998 06:49:52 -0700 (PDT) From: Bruce Evans <bde@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/conf GENERIC GENERICupgrade LINT LKM PCCARD SMP-GENERIC Message-ID: <199810221349.GAA19510@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 1998/10/22 06:49:52 PDT
Modified files:
sys/i386/conf GENERIC GENERICupgrade LINT LKM PCCARD
SMP-GENERIC
Log:
Quote port names that have a digit in them. IO_TIMER1 was lexed as
{ port_name = "IO_TIMER", port_number = 1 } and only worked because
it was reassembled to "IO_TIMER1". Trailing digits always work, but
this is too magic to depend on.
Don't quote port names that don't have a digit in them.
Revision Changes Path
1.128 +5 -5 src/sys/i386/conf/GENERIC
1.6 +5 -5 src/sys/i386/conf/GENERICupgrade
1.491 +8 -8 src/sys/i386/conf/LINT
1.3 +3 -3 src/sys/i386/conf/LKM
1.9 +4 -4 src/sys/i386/conf/PCCARD
1.20 +5 -5 src/sys/i386/conf/SMP-GENERIC
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199810221349.GAA19510>
