sio => uart: one port is gone
John Baldwin
jhb at freebsd.org
Mon Sep 15 22:09:56 UTC 2008
On Monday 15 September 2008 04:11:14 pm Marcel Moolenaar wrote:
>
> On Sep 15, 2008, at 1:02 PM, Andriy Gapon wrote:
>
> > --- a/sys/conf/files
> > +++ b/sys/conf/files
> > @@ -1080,7 +1080,7 @@ dev/twe/twe.c optional twe
> > dev/twe/twe_freebsd.c optional twe
> > dev/tx/if_tx.c optional tx
> > dev/txp/if_txp.c optional txp
> > -dev/uart/uart_bus_acpi.c optional uart acpi
> > +dev/uart/uart_bus_acpi.c optional uart
> > #dev/uart/uart_bus_cbus.c optional uart cbus
> > dev/uart/uart_bus_ebus.c optional uart ebus
> > dev/uart/uart_bus_isa.c optional uart isa
>
> This is exactly the thing we shouldn't be doing.
>
> You now compile the acpi bus attachment on platforms
> that don't even have acpi. This is not a fix, it's
> a breakage...
You can change it in sys/conf/files.i386 instead. (It's ok to have duplicate
lines across files*, the file gets compiled in if any one of the conditions
matches).
--
John Baldwin
More information about the freebsd-current
mailing list