peter       2007-11-30 21:45:07 UTC

  FreeBSD src repository

  Modified files:
    sys/conf             options.amd64 options.i386 
    sys/dev/sio          sio_isa.c 
  Log:
  Allow the sio acpi attachment to be disabled (ie: use hints only).  This
  hack means you can get the units and flags to match up more easily with
  serial consoles on machines with acpi tables that cause the com ports
  to be probed in the wrong order (and hence get the wrong sio unit number).
  
  This replaces the common alternative hack of editing the code to comment
  out the acpi attachment.  This could go away entirely when device wiring
  patches are committed.
  
  Revision  Changes    Path
  1.30      +1 -0      src/sys/conf/options.amd64
  1.239     +1 -0      src/sys/conf/options.i386
  1.17      +4 -0      src/sys/dev/sio/sio_isa.c
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to