Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Autoconfiguration procedure in FreeBSD

2 views
Skip to first unread message

Nomad Esst via freebsd-hackers

unread,
Sep 25, 2016, 3:08:40 AM9/25/16
to FreeBSD Hackers
I'm studying FreeBSD kernel internals on my own, I'm reading "FreeBSD Device Drivers: A Guide for the Intrepid" by Joesph Kong. In chapter 7 "newbus and resource allocation", he says "Autoconfiguration is the procedure carried out by FreeBSD to enable the hardware devices on a machine (McKusick and Neville-Neil, 2005). It works by systematically probing a machine’s I/O buses in order to identify their child devices". I'm wondering where this "Autoconfiguraion procedure" is deployed in FreeBSD?
Thanks in advance.
_______________________________________________
freebsd...@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hacke...@freebsd.org"

Warner Losh

unread,
Sep 25, 2016, 1:09:36 PM9/25/16
to Nomad Esst, FreeBSD Hackers
On Sun, Sep 25, 2016 at 1:05 AM, Nomad Esst via freebsd-hackers
<freebsd...@freebsd.org> wrote:
> I'm studying FreeBSD kernel internals on my own, I'm reading "FreeBSD Device Drivers: A Guide for the Intrepid" by Joesph Kong. In chapter 7 "newbus and resource allocation", he says "Autoconfiguration is the procedure carried out by FreeBSD to enable the hardware devices on a machine (McKusick and Neville-Neil, 2005). It works by systematically probing a machine’s I/O buses in order to identify their child devices". I'm wondering where this "Autoconfiguraion procedure" is deployed in FreeBSD?

sys/kern/subr_bus.c
0 new messages